generated from PrimeAcademy/weekend-js-salary-calculator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
60 lines (52 loc) · 1.28 KB
/
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
body{
background-image: linear-gradient(to bottom right, rgb(255, 255, 255), rgb(199, 249, 255));
height: 100%;
margin: 0;
background-repeat: no-repeat;
background-attachment: fixed;
}
#over20 {
border: 2px solid red;
background-color: #ffc7c7;
font-family: 'Montserrat', sans-serif;
}
#under20 {
border: 2px solid green;
background-color: #ccffd7;
font-family: 'Montserrat', sans-serif;
}
.jumbotron {
text-align: center;
margin-top: 10px;
color: white;
background-image: linear-gradient(180deg, rgb(0, 187, 255), rgb(158, 221, 255)); !important;
font-family: 'Josefin Sans', sans-serif;
border-radius: 10px !important;
text-decoration: underline;
}
#submitInfoBtn {
position: absolute;
bottom: 0px;
width: 83%;
font-family: 'Montserrat', sans-serif;
}
#table {
margin-top: 15px;
background-color: white;
font-family: 'Montserrat', sans-serif;
}
h3 {
text-align: center;
}
#alert {
text-align: center;
font-family: 'Montserrat', sans-serif;
}
.bodyContainer {
background-image: linear-gradient(180deg, rgba(0, 187, 255, 0.358), rgba(158, 221, 255, 0.173));
margin-top: 10px;
padding-top: 10px;
margin-bottom: 10px;
padding-bottom: 10px;
border-radius: 10px;
}