-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
59 lines (49 loc) · 872 Bytes
/
index.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
*{
box-sizing: border-box;
}
.jumbotron h1{
text-align: center;
}
@media only screen and (max-width: 700px){
.responsive {
width: 49.99999%;
margin: 6px 0;
}
}
@media only screen and (max-width: 500px){
.responsive {
width: 100%;
}
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
#submitprop{
margin-top: 10px;
background: linear-gradient(to right, #3ebcd6 0%, #d13038 100%);
color: white;
float: left;
}
#submitprop2{
margin-top: 10px;
background: linear-gradient(to right, #3ebcd6 0%, #d13038 100%);
color: white;
float: right;
}
#userinfo{
height: 60px;
background-color: #4CAF50;
}
#userinfo ul{
list-style: none;
font-family: 'Raleway',sans-serif;
/*margin-top: 10px;*/
color: white;
}
#userinfo ul li:first-child{
float: left;
margin-left: 20px;
padding-right: 50%;
}