-
Notifications
You must be signed in to change notification settings - Fork 0
/
coming-soon-style.css
100 lines (90 loc) · 1.46 KB
/
coming-soon-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
96
97
98
99
100
body{
font-family: 'Comfortaa', cursive;
margin: 0;
padding: 0;
font-size: 100%;
color: white;
text-align: center;
}
header{
height: 800px;
background-image: url(assets/campers.jpg);
background-size: cover;
background-position: absolute;
background-attachment: fixed;
background-color: gray;
text-align: center;
}
header h1{
width: 60%;
margin: auto;
vertical-align: middle;
top: 15%;
text-align: center;
font-size: 5em;
transform: translateY(100px);
border: 7px solid white;
padding: 2%;
}
header img {
height: 100px;
width: 100px;
display: block;
margin-left: auto;
margin-right: auto;
}
section, div, header, footer{
width: 100%;
margin: auto;
padding-top: 3%;
padding-bottom: 3%;
}
h2{
font-size: 3em;
width: 40%;
text-align: center;
margin: auto;
}
section.one{
background-color: skyblue;
}
div.social {
display: flex;
justify-content: space-between;
}
.social-media {
height: 100px;
width: 100px;
}
section.two{
background-color: turquoise;
}
h3{
font-size: 2.5em;
text-align: center;
margin: auto;
padding-top: 3%;
}
.committee img {
height: 300px;
padding: 10px;
}
.two a {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
border: 5px solid white;
width: 200px;
color: white;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px
}
.two a:hover {
background: rgba(255, 255, 255, 0.25);
}
footer{
background-color: black;
}