-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
115 lines (96 loc) · 1.89 KB
/
styles.css
File metadata and controls
115 lines (96 loc) · 1.89 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
div[name="main"]{
/*margin-top: 10%;*/
padding:30px;
background-color:#e53935;
color:#fff;
float:top;
font-size:20px;
list-style:none;
border-radius: 20px;
font-family:Avenir;
box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 20px 0 rgba(0, 0, 0, 0.30);
/*margin:0;*/
padding:20px;
}
div[name="done"]{
/*margin-top: 10%;*/
padding:30px;
background-color:#e53935;
color:#fff;
float:top;
font-size:20px;
list-style:none;
border-radius: 20px;
font-family:Avenir;
box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 20px 0 rgba(0, 0, 0, 0.30);
/*margin:0;*/
padding:20px;
}
textarea{
width:60%;
height:100px;
font-size: 14px;
border-radius: 20px;
padding:15px;
}
body, *{
font-family: Avenir;
margin:15px;
}
.nav {
background-color:#b71c1c;
color:#fff;
border-radius: 20px;
float:top;
font-weight:bold;
font-size:30px;
list-style:none;
font-family:Avenir;
box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 20px 0 rgba(0, 0, 0, 0.30);
margin:0;
padding:20px;
}
li{
color:white;
}
p[name = "texter"]{
margin-top:1%;
border-radius: 20px;
background-color:#e53935;
color:#fff;
float:top;
font-size:20px;
list-style:none;
font-family:Avenir;
box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 20px 0 rgba(0, 0, 0, 0.30);
/*margin:0;*/
padding:20px;
}
p[id = "textshow"]{
box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 20px 0 rgba(0, 0, 0, 0.30);
}
button{
margin-top:1%;
border-radius: 10px;
background-color:#ef5350;
color:#fff;
float:top;
font-size:15px;
list-style:none;
font-family:Avenir;
box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 20px 0 rgba(0, 0, 0, 0.30);
/*margin:0;*/
padding:5px;
}
input[type="text"]{
margin-top:1%;
border-radius: 20px;
color:black;
float:top;
font-size:13px;
list-style:none;
font-family:Avenir;
box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 20px 0 rgba(0, 0, 0, 0.30);
/*margin:0;*/
padding:10px;
}