-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCardio.css
89 lines (69 loc) · 1.24 KB
/
Cardio.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
.jumbotron {
background-image:url('https://www.t-nation.com/system/publishing/article_assets/3297/original/Bodybuilder-Cardio.jpg?ts=1438121289');
height: 500px;
background-repeat: no-repeat;
background-size: cover;
}
.jumbotron h1, .jumbotron p {
position: relative;
top: 325px;
}
.navbar {
margin-bottom: 0;
border: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 40;
}
/* Add a gray color to all navbar links */
.navbar li a, .navbar .navbar-brand {
color: #d5d5d5 !important;
}
/* On hover, the links will turn white */
.navbar-nav li a:hover {
color: #fff !important;
}
/* The active link */
.navbar-nav li.active a {
color: #fff !important;
background-color:#6b6b47 !important;
}
.navbar {
font-family: Montserrat, sans-serif;
}
.row {
margin: 40px;
}
.types {
margin: 40px;
}
#pace {
text-align: left;
margin-top: 40px;
}
@media (min-width: 480px)
{
.hiit img {
position: relative;
right: -130px;
bottom: -20px;
}}
@media (max-width: 480px)
{
.hiit img {
margin-bottom: 20px;
}}
@media (min-width: 480px) {
img {
margin: 40px;
}}
@media (max-width: 768px) {
.row p {
text-align: center;
}}
@media (min-width: 768px) {
.move {
position:relative;
top: 25px;
}}