-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.css
128 lines (113 loc) · 1.92 KB
/
index.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
header {
background-color: #111111;
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 0px 15px;
}
body {
font-size: 8px;
margin-top: 25%;
background-color: #222222;
color: #ffffff;
text-decoration: none;
}
#list {
background-color: #303030;
border-radius: 90px;
padding: 2px 10px;
width: 40%;
box-shadow: 4px 5px 13px rgba(0, 0, 0, 0.4);
}
#profile {
border-radius: 90px;
border: 4px solid #aaffff;
margin: 9px;
padding: 2px;
display: block;
margin: 0 auto;
}
#profileinfo {
width: 50%;
margin: auto;
}
#time {
text-align: center;
}
#more {
background-color: #505050;
border-radius: 15px;
margin: 10px;
padding-bottom: 2px;
box-shadow: 4px 5px 13px rgba(0, 0, 0, 0.4);
}
#more2 {
background-color: #505050;
border-radius: 15px;
margin: 10px;
padding-bottom: 25px;
box-shadow: 4px 5px 13px rgba(0, 0, 0, 0.4);
}
#more3 {
background-color: #505050;
border-radius: 15px;
margin: 10px;
padding-bottom: -30%;
box-shadow: 4px 5px 13px rgba(0, 0, 0, 0.4);
}
@keyframes border-color {
0% {
border-color: white;
}
20% {
border-color: lightblue;
}
60% {
border-color: purple;
}
80% {
border-color: pink;
}
100% {
border-color: white;
}
}
#profile {
width: 100px;
height: 100px;
border: 4px solid red;
animation: border-color 3s linear infinite;
}
#tugas {
border-radius: 90px;
padding: 2px 10px;
margin: 25px;
width: 40%;
background-color: #303030;
box-shadow: 4px 5px 13px rgba(0, 0, 0, 0.4);
}
.tugas {
border-radius: 90px;
padding: 2px 10px;
margin: 25px;
width: 35%;
background-color: #303030;
box-shadow: 4px 5px 13px rgba(0, 0, 0, 0.4);
color: white;
}
#tugas2 {
border-radius: 90px;
padding: 2px 10px;
margin: 20px;
width: 30%;
background-color: #303030;
box-shadow: 4px 5px 13px rgba(0, 0, 0, 0.4);
}
.bluelink {
color: white;
text-decoration: none;
}
#icon {
height: 11px;
}