aus10powell commited on
Commit
7fac423
1 Parent(s): 3846228

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +31 -16
static/style.css CHANGED
@@ -18,7 +18,22 @@ body {
18
  width: 100%
19
  }
20
 
21
- h1,h2, p {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  text-align: center;
23
  }
24
 
@@ -40,7 +55,9 @@ label {
40
  font-weight: bold;
41
  }
42
 
43
- select, textarea, button {
 
 
44
  margin-top: 0.5rem;
45
  padding: 0.5rem;
46
  font-size: 1rem;
@@ -63,40 +80,38 @@ select, textarea, button {
63
  }
64
 
65
 
66
- #input, #output {
 
67
  resize: vertical;
68
  height: 10rem;
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;
 
18
  width: 100%
19
  }
20
 
21
+ .iframe-container {
22
+ display: flex;
23
+ flex-wrap: wrap;
24
+ justify-content: center;
25
+ align-items: center;
26
+ margin: 20px auto;
27
+ max-width: 1200px;
28
+ }
29
+
30
+ .iframe-container iframe {
31
+ margin: 10px;
32
+ }
33
+
34
+ h1,
35
+ h2,
36
+ p {
37
  text-align: center;
38
  }
39
 
 
55
  font-weight: bold;
56
  }
57
 
58
+ select,
59
+ textarea,
60
+ button {
61
  margin-top: 0.5rem;
62
  padding: 0.5rem;
63
  font-size: 1rem;
 
80
  }
81
 
82
 
83
+ #input,
84
+ #output {
85
  resize: vertical;
86
  height: 10rem;
87
  max-height: 20rem;
88
  }
89
 
90
+ #inner {
91
  text-align: center;
92
+ position: absolute;
93
+ float: center;
94
+ top: 50%;
95
+ left: 50%;
96
+ transform: translate(-50%, -50%);
97
  }
98
 
99
  #outer {
100
+ width: 100%;
101
  height: 100px;
102
  display: table-cell;
103
  position: flex;
104
  justify-content: center;
105
+ vertical-align: middle;
106
  margin-top: 100px;
107
  margin-bottom: 100px;
108
  }
109
 
 
 
 
 
 
 
 
 
110
 
111
 
112
+ #outer h2 {
113
  text-align: center;
114
+ }
115
 
116
  #generate {
117
  background-color: #1da1f2;