-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAudience.css
More file actions
56 lines (55 loc) · 853 Bytes
/
Audience.css
File metadata and controls
56 lines (55 loc) · 853 Bytes
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
body
{
background-color: #526A85;
text-align: center;
margin: 0;
}
#Banner
{
background-color: white;
text-align: center;
z-index: 101;
margin-top: 0%;
font-size: 145%;
width: 110%;
margin-left: -7%;
margin-top: auto;
padding: 2.5%;
position: fixed;
box-shadow: rgba(0, 0, 0, 0.75) 0 5px 35px;
color: #CA1E15;
}
#Scores
{
border: 5px solid #B39B6A;
margin-top: 15%;
padding: 5%;
border-radius: 5px;
background-color: #EFC36C;
}
#Pro
{
border: 5px solid #B39B6A;
border-radius: 15px;
display: inline-block;
padding: 2%;
margin: 2%;
background-color: #F7DEAD;
}
#Con
{
border: 5px solid #B39B6A;
border-radius: 15px;
display: inline-block;
padding: 2%;
margin: 2%;
background-color: #F7DEAD;
}
#Circle
{
border-radius: 100%;
border: 2px solid #B39B6A;
padding: 2%;
display: inline-block;
background-color: #F7DEAD;
}