-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
151 lines (147 loc) · 2.23 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
*
*::before
*::after{
padding: 0;
margin: 0;
}
#container{
width: 1150px;
margin:auto;
background-color: white;
font-family: Helvetica, Arial, sans-serif;
font-size: 18px;
color: black;
}
nav{
display: flex;
justify-content: space-between;
font-size: 18px;
color: green;
padding: 0px 50px;
}
#logo{
font-weight: bolder;
font-size: 25px;
margin: 20px 0 0 0;
}
nav ul{
padding: 10px 0 0 0;
list-style: none;
}
nav li{
display: inline;
padding: 1em;
}
a{
text-decoration: none;
color: grey;
}
nav a:hover{
color: black;
}
#trgt{
color: black;
font-weight:bold;
}
.join-com p{
color: white;
background-color: green;
padding: 1em;
margin-right:1em ;
width: fit-content;
}
.join-com p:hover{
background-color: rgb(3, 83, 3);
}
header{
display: flex;
font-size: 22px;
padding:20px 50px 20px 70px ;
}
img{
width: 500px;
height: 400px;
}
header article{
padding: 0 10px;
}
h1{
font-size: 50px;
}
.black{
height: fit-content;
background-color: black;
}
main{
width: 1150px;
background-color: black;
color: white;
font-size: 25px;
padding-top: 30px;
}
#first-section{
padding: 10px;
text-align: center;
}
h2{
font-size: 43px;
}
section{
display: flex;
padding:20px 50px 20px 70px;
}
main article{
padding: 20px;
line-height: 1.5em;
}
#fifth-section{
background-color: white;
color: black;
text-align: center;
}
#fifth-section article{
width: 500px;
font-size: 25px;
padding:0 20px 50px 20px;
}
#small-black{
background-color: black;
width: fit-content;
height: fit-content;
line-height: 0;
margin-left: 30px;
padding: 5px;
}
#fifth-section img{
width: 250px;
height: 200px;
}
footer{
width: 1150px;
background-color: black;
color: white;
font-size: 25px;
padding-top: 30px;
}
form{
font-size: 40px;
font-weight: bold;
line-height: 1.5em;
padding:20px 50px 20px 70px;
}
input{
width: 550px;
height: 50px;
padding: 0 10px;
}
footer a{
color: white;
}
footer ul{
list-style: none;
line-height: 40px;
padding: 20px 90px 20px 0;
}
#grey{
color: grey;
}