-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
52 lines (52 loc) · 931 Bytes
/
main.css
File metadata and controls
52 lines (52 loc) · 931 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
47
48
49
50
51
52
body{
margin: 0;
}
.background{
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url(background.png);
padding-top: 50px;
padding-left: 100px;
padding-bottom: 100px;
}
#logo{
width: 20%;
height: auto;
}
#title{
margin-top: 150px;
color: #fff;
font-family: Arial;
font-size: 50px;
font-weight: bold;
}
#title-big{
margin-top: 20px;
color: #fff;
font-family: Arial;
font-size: 150px;
font-weight: bold;
color: #EB1C22;
}
.link{
display: block;
color: #fff;
font-family: Arial;
font-size: 20px;
margin-top: 20px;
margin-left: 10px;
}
.link svg{
color: white;
width: 15px;
transition: all 0.3 ease-in-out;
vertical-align: bottom;
}
.link:hover svg{
margin-left: px;
}
.setion-title{
background-color: green;
margin: 50px 0px 50px 0px;
padding: 0 0 0 0;
text-align: center;
}