-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
70 lines (69 loc) · 1.43 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
body{
background: #2b2b2b;
}
div{
text-align: center;
margin: auto;
border-radius: 6px;
border-style: solid;
width: 350px;
height: 380px;
border-color: grey;
border-width: 3px;
}
input:focus {
color: lightgrey;
background-color: #2b2b2b;
border-style: solid;
text-align: center;
margin: auto;
align-self: center;
border-width: 3px;
outline: 0px;
border-color: gray;
font-family: Arial, Helvetica, sans-serif;
}
input{
color: lightgrey;
background-color: #2b2b2b;
border-style: solid;
text-align: center;
margin: auto;
align-self: center;
font-family: Arial, Helvetica, sans-serif;
}
#searchbar{
color: lightgrey;
background-color: #2b2b2b;
border-style: solid;
text-align: center;
margin: auto;
align-self: center;
font-family: Arial, Helvetica, sans-serif;
}
h1{
font-size: large;
color: lightgray;
text-align: center;
margin:auto;
vertical-align: middle;
align-self: center;
padding-left: 5px;
padding-top: 5px;
font-family: Arial, Helvetica, sans-serif;
}
p, a{
color: lightgray;
text-align: center;
margin:auto;
vertical-align: middle;
align-self: center;
padding-left: 5px;
padding-top: 5px;
font-family: Arial, Helvetica, sans-serif;
}
ul {
list-style: none;
padding: 0;
margin: 0;
}