-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
80 lines (63 loc) · 947 Bytes
/
style.css
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
* {
box-sizing: border-box;
}
.topnav {
overflow: hidden;
background-color: #333;
}
.topnav ul {
text-align: center;
}
.topnav li {
float: left;
display: block;
padding: 14px 16px;
}
.topnav a {
text-decoration: none;
color: #f2f2f2;
}
.topnav li:hover {
background-color: #ddd;
}
.topnav a:hover {
color: black;
}
img {
border-radius: 50%;
}
header {
text-align: center;
margin-bottom: 5px;
}
.tentang {
margin: 5%;
text-align: center;
}
.kontak {
margin: 5%;
text-align: center;
}
/* Create three equal columns that floats next to each other */
.column {
float: left;
width: 33.33%;
padding: 10px;
}
.row::after {
content: "";
display: table;
clear: both;
}
@media screen and (max-width:600px) {
.column {
width: 100%;
}
}
#laj:hover {
cursor: pointer;
font-size: 72pt;
}
footer p {
text-align: center;
}