-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
63 lines (63 loc) · 973 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
61
62
63
/*
external CSS rules, there is inline css in the files as well
*/
.bg-lightGreen{
background-color: #edfa8b;
}
.bg-darkBlue{
background-color: #1e425e;
}
.bg-darkGreen{
background-color: #407056;
}
.bg-lightGreen{
background-color: #ade28a;
}
.bg-yellow{
background-color:#edfa8b;
}
.mcdonaldsIndexCard{
margin-top:80px;
margin-bottom:50px;
padding-top:40px;
}
.cookoutIndexCard{
margin-top: 150px;
margin-bottom:50px;
padding-top:75px;
padding-bottom:100px;
}
.chipotleIndexCard{
padding-top: 80px;
margin-bottom:50px;
}
.mcdonaldsLogo{
width:300px;
height:300px;
}
.chipotleLogo{
width:250px;
height:250px;
}
.climatitionButton{
text-align: center;
}
.oneCompanyButton{
text-align: center;
}
.climateitionSearchBars{
margin-top:25px;
margin-bottom:25px;
}
.compareButton{
margin-top:50px;
margin-bottom:50px;
}
.title{
margin-top:25px;
margin-bottom:10px;
}
.oneSearchButton{
margin-top:25px;
margin-bottom:25px;
}