Spaces:
Runtime error
Runtime error
aus10powell
commited on
Commit
•
e7d48eb
1
Parent(s):
8158335
Update static/style.css
Browse files- static/style.css +34 -7
static/style.css
CHANGED
@@ -15,15 +15,10 @@ body {
|
|
15 |
justify-content: center;
|
16 |
align-items: center;
|
17 |
height: 100vh;
|
|
|
18 |
}
|
19 |
|
20 |
-
|
21 |
-
width: 100%;
|
22 |
-
}
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
h1, p {
|
27 |
text-align: center;
|
28 |
}
|
29 |
|
@@ -37,6 +32,9 @@ h1, p {
|
|
37 |
max-width: 600px;
|
38 |
}
|
39 |
|
|
|
|
|
|
|
40 |
label {
|
41 |
margin-bottom: 0.5rem;
|
42 |
font-weight: bold;
|
@@ -71,6 +69,35 @@ select, textarea, button {
|
|
71 |
max-height: 20rem;
|
72 |
}
|
73 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
#generate {
|
75 |
background-color: #1da1f2;
|
76 |
color: white;
|
|
|
15 |
justify-content: center;
|
16 |
align-items: center;
|
17 |
height: 100vh;
|
18 |
+
width: 100%
|
19 |
}
|
20 |
|
21 |
+
h1,h2, p {
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
text-align: center;
|
23 |
}
|
24 |
|
|
|
32 |
max-width: 600px;
|
33 |
}
|
34 |
|
35 |
+
|
36 |
+
|
37 |
+
|
38 |
label {
|
39 |
margin-bottom: 0.5rem;
|
40 |
font-weight: bold;
|
|
|
69 |
max-height: 20rem;
|
70 |
}
|
71 |
|
72 |
+
#inner {
|
73 |
+
text-align: center;
|
74 |
+
}
|
75 |
+
|
76 |
+
#outer {
|
77 |
+
width:100%;
|
78 |
+
height: 100px;
|
79 |
+
display: table-cell;
|
80 |
+
position: flex;
|
81 |
+
justify-content: center;
|
82 |
+
vertical-align:middle;
|
83 |
+
margin-top: 100px;
|
84 |
+
margin-bottom: 100px;
|
85 |
+
}
|
86 |
+
|
87 |
+
/* {
|
88 |
+
display: table-cell;
|
89 |
+
position: relative;
|
90 |
+
width:100%;
|
91 |
+
height: 100px;
|
92 |
+
background-color: rgba(89,144,222,.6);
|
93 |
+
vertical-align:middle;
|
94 |
+
} */
|
95 |
+
|
96 |
+
|
97 |
+
#outer h2{
|
98 |
+
text-align: center;
|
99 |
+
}
|
100 |
+
|
101 |
#generate {
|
102 |
background-color: #1da1f2;
|
103 |
color: white;
|