-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
49 lines (47 loc) · 983 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
*,html,
body{
margin: 0;
padding: 0;
max-width: 100%;
}
.nap{
color: azure;
}
.picture1{
background-size: cover;
padding-bottom: 20%;
}
.picture2{
background-size: cover;
padding-top: 1%;
padding-bottom: 1%;
}
.tulisan{
font-family:Georgia, 'Times New Roman', Times, serif; color: black;
}
.icons{
margin: 4px;
font-size: 25px;
color: rgb(206, 206, 206)
}
.icons:hover{
font-size: 24.5px;
transition: 0.2s;
text-shadow: 3px 1px rgb(94, 94, 255);
}
.pic{
width: 150px;
}
.promo{
width: 37%;
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.bgblur{
background-image: url(bg-blur2.webp);
background-size: cover;
margin: 0;
padding: 0;
}
.nav-link{
margin: 10px;
}