-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
60 lines (51 loc) · 913 Bytes
/
styles.css
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
*{
font-family: 'Roboto', sans-serif;
}
body {
background: none repeat scroll 0 0 #FAF5EE;
}
.outer {
background: none repeat scroll 0 0 gainsboro;
height: 9em;
}
.bucket {
-webkit-border-radius: 28;
-moz-border-radius: 28;
border-radius: 23px;
color: #2F4F4F;
font-size: 23px;
background: rgba(255, 255, 255, 0.6);
padding: 10px 20px 10px 20px;
margin: 40px 41% 0;
border: solid #2F4F4F 3px;
text-decoration: none;
}
.bucket:hover {
background: #d1d1d1;
text-decoration: none;
}
.submit{
margin: 4% 17%;
}
.tRows{
background-color: rgba(255, 255, 255, 0.6);
border: 4px solid darkslategrey;
border-radius: 25px;
display: block;
float: right;
margin: 124px 9em 0 0;
padding: 1em 0;
text-align: center;
width: 11%;
min-width: 142px;
}
form{
margin: 20px 40% 0;
}
input{
margin: 5px 10px;
}
svg{
max-width: 85%;
margin-top: 10px;
}