-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
72 lines (59 loc) · 1.41 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
input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea{
color: white;
}
html {
background: black;
}
select option {
color:black;
}
body {
justify-content: center;
width: 800px;
margin-left: auto;
margin-right: auto;
padding: 0%;
}
.page-footer .footer-copyright{
background: white;
}
nav {
background: white;
}
nav ul a {
color: black;
}
.btn:hover, .btn-large:hover, .btn-small:hover{
width: 510px;
margin-left: 20%;
}
.btn, .btn-large, .btn-small{
width: 510px;
margin-left: 20%;
}
header {
background: white;
color: black;
padding: 0 10px 0 10px;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 100px;
}
.page-footer {
background: white;
}
footer {
background: white;
margin-top: 100px;
height: 250px;
}
#login {
margin: 35%;
}
select{
background: transparent;
color:white;
display: block;
width: 100%;
}