-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
73 lines (73 loc) · 1.33 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
73
html, body, select, option, input {
background-color: #212121;
}
h1, h2, h3, p {
color: white;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin-left: 10%;
}
.request0 {
display: flex;
justify-content: center;
align-items: center;
margin-top: auto;
margin-bottom: auto;
}
select {
color: white;
border: solid white;
}
input {
width: 70%;
margin-left: 10px;
margin-right: 10px;
color: white;
border: solid white;
}
button {
background-color: #6BDD9A;
color: white;
border: solid white;
}
a {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #6BDD9A;
color: white;
border: solid white;
margin-left: 10%;
text-decoration: none;
}
a, select, input, button {
padding: 10px;
}
a, select, button {
border-radius: 5%;
}
#home {
margin: 10px;
background-color: #212121;
}
#ma {
margin: 10px;
background-color: #212121;
border: none;
}
#response0 {
padding: 5px;
width: 80%;
background-color: #171717;
color: white;
font-family: monospace;
margin-left: 10%;
}
#card {
display: inline-flex;
justify-content: center;
align-items: center;
margin-left: 10%;
}
#hp {
border: #212121;
background-color: #212121;
text-decoration: underline;
}