-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheets.css
198 lines (183 loc) · 3.05 KB
/
stylesheets.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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
body ul li h1 h2 a{
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
box-sizing: border-box;
}
header{
background-color: #fd3939;
padding: .4rem;
text-align: center;
position: fixed;
width: 100%;
z-index: 1;
top: 0;
left: 0;
}
header h1{
color: black;
border: 8px solid white;
padding: .4rem .8rem;
display: inline-block;
border-radius: 30px;
}
#crape img {
position: relative;
height: 402px;
width: 100%;
}
@media (min-width: 800px) {
header {
padding: .7rem;
}
header h1 {
border: .6rem solid white;
}
#crape img {
height: 37em;
}
.welcome{
position: absolute;
top: 20px;
}
.welcome h2{
font-size: 25px;
}
.cape h2 span{
font-size: 2rem;
}
.cape h2{
font-size: 1.2rem;
}
.welcome {
width: 30%;
padding: 12px 16px;
}
.welcome br span {
display: inline;
}
.welcome{
background-color: orange;
color: white;
position: relative;
display: block;
text-align: center;
padding: .25rem .5rem;
}
.welcome br {
display: none;
}
/*@media screen {
text-align: center;
padding: 7px;
}
.barner .welcome{
font-size: 1em;
}
}*/
nav{
background-color: rgb(231, 221, 202);
padding: 20px;
position: sticky;
top: 146px;
}
nav ul{
white-space: nowrap;
max-width: 1200px;
margin: 0 auto;
}
nav li{
width: 30%;
display: inline-block;
font-size: 1rem;
}
nav li a{
text-decoration: none;
color: gray;
}
nav li a.join{
color: #fd3939;
}
main{
max-width: 100%;
width: 1200px;
margin: 80px auto;
padding: 0 auto;
box-sizing: border-box;
}
article h2{
color: #f63232;
font-size: 48px;
text-align: center;
}
article p{
line-height: 2em;
color: #4b4b4b;
}
.mario-phone{
text-align: center;
margin: 4rem 0px;
white-space: nowrap;
}
.mario-phone li{
display: block;
width: 100%;
}
.mario-phone .mario-1 li{
}
section.join{
background: #f4f4f4;
text-align: center;
padding: 60px 20px;
color: #4b4b4b;
}
.join h2{
font-size: 36px;
}
form{
margin: 20px 0px;
padding: 10px 20px;
font-size: 50px
border-radius: 28px;
border: 4px solid white
}
footer{
background-color: #f63232;
color: white;
padding: 10px;
text-align: center;
}
nav li a:hover{
text-decoration: underline;
background-color: pink;
}
/*.images li.img:hover{
position: relative;
top: -10px;
}*/
form input:hover{
border: 4px dashed #4b4b4b;
outline: none;
}
form input.valid{
border: 4px solid #71d300;
}
nav li:last-child{
border: 4px solid #71d300;
}
article p::first-line{
color: #71d300;
font-weight: bold;
font-size: 2em;
}
section.join p::first-letter{
font-size: 1.5em;
}
section.join p::selection{
background-color: #f63232;
color: white;
}
p::after{
content: "...";
}
/*@media screen and {max-width: 1400px;}