-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
95 lines (68 loc) · 1.25 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
93
94
95
body,
html {
width: 100%;
height: 100%;
font-family: 'Montserrat', sans-serif;
background: url(header_m.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.container {
display: flex;
justify-content: center;
}
.text-uppercase {
font-family: "Rye";
font-size: 4rem;
text-align: center;
color: blue;
}
h1 {
text-align: center;
font-size: 3rem;
color: #e2dbdb;
}
hr {
border-color: #1E00F9;
border-width: 3px;
max-width: 365px;
}
.buffer {
height: 35rem;
}
.btn {
font-weight: 600;
border-radius: 200px;
text-transform: uppercase;
}
.btn-subscribe {
background-color: #FF6464;
border-color: #1C10AF;
}
.btn-ocean {
background-color: #727DFF;
border-color: #1C10AF;
}
.btn-world {
background-color: #44CF6E;
border-color: #1C10AF;
}
.btn-data {
background-color: #FB92CB;
border-color: #1C10AF;
}
.btn-graphics {
background-color: #F8FE53;
border-color: #1C10AF;
}
.btn-author {
background-color: #4DE39B;
border-color: #1C10AF;
}
.btn:hover {
background-color: #FF9038;
border-color: #FF9038;
border-width: 4px;
}