Spaces:
Running
Running
Commit
·
ed1d808
1
Parent(s):
ca7da79
Update templates/style.css
Browse files- templates/style.css +10 -23
templates/style.css
CHANGED
@@ -1,30 +1,17 @@
|
|
1 |
body {
|
2 |
-
|
3 |
-
text-align: center;
|
4 |
}
|
5 |
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
}
|
11 |
|
12 |
-
|
13 |
-
|
14 |
-
height: 200px;
|
15 |
-
margin-top: 10px;
|
16 |
-
margin-bottom: 20px;
|
17 |
}
|
18 |
|
19 |
-
|
20 |
-
|
21 |
-
}
|
22 |
-
|
23 |
-
button {
|
24 |
-
padding: 10px 20px;
|
25 |
-
background-color: blue;
|
26 |
-
color: white;
|
27 |
-
border: none;
|
28 |
-
border-radius: 5px;
|
29 |
-
cursor: pointer;
|
30 |
-
}
|
|
|
1 |
body {
|
2 |
+
background-color: #f2f2f2;
|
|
|
3 |
}
|
4 |
|
5 |
+
.container {
|
6 |
+
background-color: #ffffff;
|
7 |
+
padding: 20px;
|
8 |
+
box-shadow: 0px 0px 10px #cccccc;
|
9 |
}
|
10 |
|
11 |
+
#text {
|
12 |
+
resize: none;
|
|
|
|
|
|
|
13 |
}
|
14 |
|
15 |
+
#copy_button {
|
16 |
+
float: right;
|
17 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|