-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle_intro_cov.css
52 lines (52 loc) · 975 Bytes
/
style_intro_cov.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
*{
padding: 0px;
margin: 0px;
box-sizing: border-box;
}
body{
background: linear-gradient(to left,rgb(253, 124, 19),rgb(252, 200, 105));
margin: 0px;
padding: 0px;
font-family: Copse;
height: 70vh;
}
.navbar{
background: rgb(36, 39, 39);
display: inline-block;
width: 100%;
height: 9vh;
}
.flag{
float: left;
margin: 20px;
display: block;
}
.navbar a {
float: left;
font-family: Copse;
text-align: right;
font-size: 16px;
margin: 25px;
text-decoration: none;
color: white;
}
.navbar a:hover{
color: rgb(252, 172, 0);
}
.intro h1{
color: rgb(36, 39, 39);
font-size: 30px;
text-decoration: none;
transform: translate(25%,120px);
}
.cov-vector{
float: right;
width: 40%;
}
.intro p{
text-decoration: none;
text-align: center;
font-size: 17px;
padding: 50px;
transform: translate(0%,120px);
}