imseldrith commited on
Commit
ed1d808
·
1 Parent(s): ca7da79

Update templates/style.css

Browse files
Files changed (1) hide show
  1. templates/style.css +10 -23
templates/style.css CHANGED
@@ -1,30 +1,17 @@
1
  body {
2
- font-family: Arial, sans-serif;
3
- text-align: center;
4
  }
5
 
6
- form {
7
- display: inline-block;
8
- text-align: left;
9
- margin-top: 50px;
10
  }
11
 
12
- textarea {
13
- width: 500px;
14
- height: 200px;
15
- margin-top: 10px;
16
- margin-bottom: 20px;
17
  }
18
 
19
- input[type="submit"] {
20
- margin-top: 20px;
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
+ }