-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
99 lines (78 loc) · 1.17 KB
/
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
body {
margin: 0;
padding: 0;
}
.sisikiri {
position: fixed;
width: 400px;
height: 100vh;
background-color: #24A3F2;
text-align: center;
}
.sisikanan {
position: absolute;
left: 400px;
}
.fotoprofile {
position: absolute;
top: 100px;
}
.fotodc {
width: 50%;
border-radius: 30%;
}
.button {
width: 50%;
background-color: white;
border-radius: 12px;
margin-bottom: 20px;
font-size: 1.5rem;
font-weight: bold;
}
.button:hover {
color: white;
background-color: black;
transition: 1s;
}
.topbar {
padding-top: 50px;
padding-left: 10px;
}
.title {
font-style: italic;
font-size: 1.2rem;
}
.listmenu {
float: right;
padding-right: 50px;
color: black;
}
}
.menu {
font-size: 1.1rem;
padding:0 15px;
font-style: italic;
text-decoration: none;
color: darkred;
}
#about {
padding-top: 10px;
padding-left: 10px;
}
#experience {
padding-top: 250px;
padding-left: 10px;
}
#social {
padding-top: 250px;
padding-left: 10px;
}
#footer {
padding-top: 250px;
padding-left: 10px;
text-align: center;
}
#dandi {
padding-top: 50px;
padding-left: 50px;
}