-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
60 lines (53 loc) · 1.02 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
nav li:after, nav li:before {
content: "";
display: table; }
nav li:after {
clear: both; }
body {
font: arial, san-serif;
font-size: 1em; }
nav {
height: 40px; }
nav ul {
float: right;
height: 40px;
list-style: none;
text-align: center; }
nav li {
float: left; }
nav a {
color: #000;
display: block;
margin: 10px 10px;
text-decoration: none; }
.bottom-nav {
bottom: 10px;
position: fixed;
width: 100%; }
.left-list {
float: left;
margin-left: -25px; }
.logo {
margin-top: 185px;
text-align: center; }
.logo img {
margin-top: 20px;
width: 269px;
height: 95px; }
form {
text-align: center; }
form input {
border: solid 1px #c6c6c6;
margin: 0 auto;
width: 572px; }
form input:focus {
border: solid 1px #4387FD; }
form button {
background-color: #f1f1f1;
border: solid 1px #c6c6c6;
border-radius: 4px;
font-size: 11px;
height: 20px;
margin: 15px 10px;
width: 115px; }
/*# sourceMappingURL=style.css.map */