-
Notifications
You must be signed in to change notification settings - Fork 3
/
style.css
73 lines (68 loc) · 1.27 KB
/
style.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
64
65
66
67
68
69
70
71
72
73
.nav-wrapper {
background-color: black;
border: white solid 1px;
}
.fa-pulse {
color: firebrick;
}
.display-4 {
color: snow;
font-size: 80px;
}
.jumbotron {
padding: 2rem 1rem;
text-align: center;
/* font-size: 80px; */
background-image: url(https://thumbs.gfycat.com/AdmiredImpressiveJohndory-max-1mb.gif);
border-radius: .3rem;
margin-left: 10%;
margin-right: 10%;
/* margin: 10%; */
}
.btn {
background-color: rgb(189, 101, 72)
}
#clickBegin {
text-align: center;
margin-bottom: 3%;
}
.modal-trigger {
margin-right: 45%;
margin-left: 45%;
margin-bottom: 2%;
}
.page-footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: black;
color: white;
}
#foods {
background-color: rgb(248, 205, 190);
border: solid red 1px;
/* text-decoration: lightcoral; */
text-align: center;
text-size-adjust: 20pts ;
}
#workout {
background-color: rgb(248, 205, 190);
border: solid red 1px;
/* text-decoration: lightcoral; */
text-align: center;
text-size-adjust: 20pts ;
float: right;
}
h2 {
/* background-color: lawngreen; */
color: lightcoral;
}
/* .yearn {
}
.burn {
float: right;
} */
footer{
height:30px;
}