-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
51 lines (43 loc) · 857 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
43
44
45
46
47
48
49
50
51
body{
background-color:#fbe3e8;
color: white;
}
.jumbotron{
background-color: #ccf3f2;
color: #030200;
}
.jumbotron p{
color: #030200;
font-size: larger;
font-weight: 600;
}
.jumbotron h1{
font-size: xx-large;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-weight: 800;
}
.dataField button{
background-color:#474B4F;
}
.Heading{
background-color: #474B4F;
}
.Heading h1{
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #fbe3e8;
width: 6em;
}
#visual-container {
width: 80%;
padding: 5%;
margin: 10px auto;
display: flex;
}
#sortingSVG {
background-color: skyblue;
padding: 4%;
}