-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
83 lines (76 loc) · 1.09 KB
/
style.css
File metadata and controls
83 lines (76 loc) · 1.09 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
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Gilroy';
}
html,body {
height:100%;
width:100%;
}
#main{
height: 100%;
width: 100%;
background-color: black;
}
#nav{
height: 6%;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
#starting{
padding-left: 20px;
}
#starting h2{
font-size: 25px;
font-weight: 500;
color: #dadada;
}
#end{
width: 33%;
display: flex;
justify-content: space-between;
padding-right: 20px;
}
#end h2{
font-size: 23px;
font-weight: 500;
color: #dadada;
}
#main h1{
font-size: 150px;
color: #dadada;
font-weight: 100;
line-height: 130px;
width: 80%;
margin-left: 15%;
border: 20%;
position: relative;
z-index: 9;
}
#main h1:nth-child(2){
margin-top: 170px;
}
#main h1:nth-child(3){
text-align: center;
}
#main h1:nth-child(4){
text-align: center;
}
img{
height: 350px;
position: absolute;
top: 13%;
left: 40%;
}
#img1{
rotate: 8deg;
}
#img2{
rotate: 14deg;
}
#img3{
rotate: 20deg;
}