-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
92 lines (76 loc) · 1.58 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
body {
margin: 0px;
padding: 0px;
background-color: rgb(47, 47, 47);
align-items: center;
text-align: center;
justify-content: center;
}
h1 , h2 ,h3 ,h4 ,h5 ,h6 {
font-family: Roboto;sans-serif;
}
.navigation {
background-color: rgb(47, 62, 96);
display: flex;
padding-left: 390px;
align-items: center;
text-align: center;
}
.creators h1 {
color: #ffffff;
font-family: Roboto;sans-serif;
transition: all 400ms ease;
}
.creators h1:hover {
color: goldenrod;
transition: all 400ms ease;
}
.btn {
text-decoration: none;
border: 2px solid #ffffff;
border-radius: 999px;
padding: 20px 10px;
text-transform: uppercase;
font-weight: 700;
color: rgb(255, 255, 255);
transition: all 400ms ease;
height: 15px;
margin-left: 15px;
align-items: center;
text-align: center;
}
.btn:hover {
background-color: #ffffff;
color: rgb(47, 47, 47);
margin-bottom: 15px;
}
.head img {
width: 100%;
height: 700px;
}
.videofirst {
padding-left: 50px;
border-radius: 30px;
display: flex;
}
.videofirst h1 {
color: white;
font-family: Roboto;sans-serif;
padding-left: 25px;
font-size: 25px;
}
.videosecond {
padding-top: 25px;
padding-left: 50px;
display: flex;
color: #ffffff;
}
.videosecond h1 {
padding-left: 25px;
font-family: Roboto;sans-serif;
font-size: 48px;
}
.support h1 {
color: white;
font-family: Roboto;sans-serif;
}