-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
66 lines (59 loc) · 1.65 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
h1 { font-family: Ubuntu; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 5vw; }
h3 { font-family: Ubuntu; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; }
p { font-family: Ubuntu; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; }
blockquote { font-family: Ubuntu; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; }
pre { font-family: Ubuntu; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }
html {
font-family: Ubuntu;
background: rgb(217,213,176);
background: linear-gradient(180deg, rgba(217,213,176,1) 0%, rgba(237,186,119,1) 100%);
background: rgb(240,230,149);
background: linear-gradient(180deg, rgba(240,230,149,1) 0%, rgba(163,117,84,1) 100%);
margin-right: 350px;
}
h1 {
font-size:10vh;
background: linear-gradient(90deg, rgba(217,213,276,1) 0%, rgba(250,186,119,1) 100%);
}
#final {
background: linear-gradient(90deg, rgba(217,213,276,1) 0%, rgba(250,186,119,1) 100%);
}
#sun {
position:absolute;
right:0%;
height:150%;
z-index:0;
}
#rot {
transform: rotate(270deg);
position:absolute;
right:50%;
}
@media (max-width: 600px){
p{
font-size:6vw;
}
html {
margin-right: 0px;
font-size:7vw;
}
h1{
line-height: 70%;
}
#sun {
position:absolute;
right:0%;
height:5%;
margin-top:35%;
z-index:0;
}
html{position:absolute;
}
#rot {
position:absolute;
transform: rotate(270deg);
height:5%;
margin-top:50%;
left:50%;
}
}