-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathziko2side.css
More file actions
46 lines (38 loc) · 768 Bytes
/
ziko2side.css
File metadata and controls
46 lines (38 loc) · 768 Bytes
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
/* sidebar */
.side-bar{
background-color: #b8d200;
background-position: -100px -290px;
display: block;
width: 400px;
height: 400px;
margin-top: 50px;
margin-left: 90px;
float: left;
border-bottom-right-radius: 70%;
border-top-left-radius: 70%;
transform: rotate( 10deg);
position: fixed;
}
.side-musikui{
display: block;
width: 80px;
height: 90px;
background-color: #f2a0a1;
border-radius: 100%;
margin-left: 150px;
transform: rotate( -40deg);
margin-top: -20px;
}
.side-text{
transform: rotate(-10deg);
margin-left: 100px;
}
.side-text h1{
color: #69821b;
margin-top: 30px;
}
.side-text p{
color: #69821b;
margin-left: -60px;
}
/* ~~~~~~~~~~~~ */