-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbukutamu.css
More file actions
39 lines (36 loc) · 817 Bytes
/
Copy pathbukutamu.css
File metadata and controls
39 lines (36 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/* Gaya untuk elemen <body> */
body {
background-image: url(img/muhi.jpg);
background-size: cover;
font-family: Arial, sans-serif;
background-color: #f2f2f2;
text-align: center;
}
/* Gaya untuk elemen <h1> */
h1 {
text-align: center;
font-size: 36px;
font-family: 'Roboto', sans-serif;
color: #0a0404;
text-align: center;
text-shadow: 3px 3px 3px #f2f2f2;
}
/* Gaya untuk elemen <a> */
a {
display: inline-block;
padding: 8px 16px;
border: none;
border-radius: 4px;
background-color: #f2f2f2;
color: rgb(14, 9, 9);
text-align: center;
text-decoration: none;
font-size: 14px;
margin-top: 10px;
cursor: pointer;
margin-right: 40px;
}
a:hover {
text-decoration:none;
background-color: #f8f6f6;
}