-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstayle.css
47 lines (44 loc) · 808 Bytes
/
stayle.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
body {
font-size: 17px;
font-family: Arial, Helvetica, sans-serif;
background: f4f4f4;
line-height: 1.5 em;
border-left: 3px solid #000;
border-right: 3px solid #000;
}
header {
background: #333;
color: #fff;
padding: 20px;
text-align: center;
border-top: 3px solid #000;
border-bottom: 3px solid #000;
margin-bottom: 10px;
display: flex;
justify-content: space-between;
align-items: center;
}
#container {
width: 90%;
margin: auto;
padding: 10px;
text-align: center;
}
.butns {
margin-top: 30px;
border: 2px solid #000;
padding: 10px 20px;
font-size: 20px;
}
footer {
background: #333;
color: #fff;
padding: 20px;
text-align: center;
border-top: 3px solid #000;
border-bottom: 3px solid #000;
margin-bottom: 10px;
}
a {
color: #71a9fc;
}