-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbmr.css
44 lines (34 loc) · 753 Bytes
/
bmr.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
body {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
color:white;
text-align: center;
margin-top: 10px;
background: #5f2c82; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #49a09d, #5f2c82); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #49a09d, #5f2c82); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
label {
display: block;
}
.measurements {
padding-top: 20px;
padding-bottom: 20px
}
.bottom {
padding-top: 10px;
}
h1 {
padding-bottom: 20px;
}
h2 {
font-weight: 700;
}
button {
background:rgb(226, 38, 38);
margin-left: 5px;
}
.center_div{
margin: 0 auto;
width:20% /* value of your choice which suits your alignment */
}