-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
42 lines (40 loc) · 825 Bytes
/
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
body {
background-color: rgb(146, 9, 36);
background-color: crimson;
background: -webkit-linear-gradient(to left, crimson, rgb(31, 1, 7));
background: linear-gradient(to left, crimson, rgb(31, 1, 7));
}
/*button*/
#calculate {
margin: 1%;
margin-top: 4%;
margin-left: 30%;
padding: 3% 7%;
color: white;
background-color: crimson;
}
/*container*/
#container {
font-family: serif;
height: 375px;
width: 370px;
margin: 100px auto;
border-radius: 20px;
background-color: wheat;
}
p {
padding: 0 2%;
}
/*title*/
.title {
font-family: 'Bowlby One', cursive;
border: 2px solid black;
border-radius: 20px;
text-align: center;
color: white;
background-color: rgb(99, 5, 24);
}
#servicequality {
margin-left: 25%;
font-weight: 900;
}