-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
79 lines (76 loc) · 1.2 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
74
75
76
77
78
.bg-dark{
background: black;
}
html, body{
background: black;
color: white;
font-family: 'Solway', serif;
}
h1{
margin: auto;
margin-left: 15%;
}
button {
height: 100%;
background: black;
border: none;
border-radius: 12px;
font-size: 15px;
padding: 10px;
margin-right: 1%;
color: white;
cursor: pointer;
font-family: 'Solway', serif;
}
button:hover{
background: white;
color: black;
transition: 0.4s;
}
#gen-new{
margin-right: 3%;
}
.moveUp {
background: white;
width: 100%;
color: black;
border: 1px solid black;
border-radius: 5px;
position: relative;
margin: auto;
margin: 10px;
padding: 3px;
text-align: center;
font-family: 'Solway', serif;
}
select{
font-family: 'Solway', serif;
padding: 10px;
margin: 10px;
background: white;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid grey;
border-radius: 5px;
width: 50%;
}
.moveUp div {
border: 1px solid black;
position: relative;
}
.moveUp a {
display: block;
height: 25px;
font-size: 17px;
}
#element{
width: 100%;
display: flex;
flex-direction: column;
margin: auto;
margin-top: 5%;
}
.buttons{
margin: auto;
}