-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
109 lines (95 loc) · 2.1 KB
/
Copy pathstyle.css
File metadata and controls
109 lines (95 loc) · 2.1 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
body {
background-color: #084f1b;
color: blanchedalmond;
font-family: 'Roboto Slab', serif;
}
.biodata {
width: fit-content;
height: fit-content;
background-color: #013910;
margin-left: auto;
margin-right: auto;
}
.biodata:hover {
box-shadow: 10px 10px 5px black;
transition: all 0.5s;
}
.tentang-saya {
font-size: 25px;
background-color: #013910;
width: fit-content;
height: fit-content;
margin-top: 50px;
margin-left: 75px;
margin-right: 450px;
font-size: 20px;
line-height: 25px;
border: 50px solid #013910;
border-top-right-radius: 25%;
border-bottom-right-radius: 2%;
border-left: 100px solid rgba(255, 255, 0, 0.889);
}
.tentang-saya::first-letter {
font-size: 30px;
}
.tentang-saya:hover {
box-shadow: 10px 10px 5px black;
transition: all 0.5s;
}
.kelebihan {
font-size: 25px;
background-color: #013910;
width: fit-content;
height: fit-content;
margin-top: 50px;
margin-right: 75px;
margin-left: 450px;
font-size: 20px;
line-height: 25px;
border: 50px solid #013910;
border-top-left-radius: 25%;
border-bottom-left-radius: 2%;
border-right: 100px solid rgba(0, 0, 255, 0.752);
float: right;
margin-bottom: 50px;
}
.kelebihan:hover {
box-shadow: 10px 10px 5px black;
transition: all 0.5s;
}
.riwayat-pend {
width: fit-content;
height: fit-content;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.sekolah{
font-size: 15px;
border: 1px solid gray;
border-radius: 25%;
}
.sekolah:hover {
background-color: #013910;
box-shadow: 5px 5px 5px black;
transition: all 0.5s;
}
.sosmed {
margin-top: 50px;
margin-left: auto;
margin-right: auto;
width: fit-content;
height: fit-content;
margin-bottom: 200px;
text-align: center;
}
.logo-sosmed {
background-color: #013910;
border: 2px solid grey;
border-radius: 10%;
}
.logo-sosmed:hover {
background-color: #013910;
box-shadow: 5px 5px 5px black;
transition: all 0.5s;
}