-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstylesheet.css
82 lines (66 loc) · 1001 Bytes
/
stylesheet.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
#main{
font-size: 3em;
text-align: center;
font-family: Georgia, serif;
}
#requiredInstructions{
color:#b38f00;
background-color: #1f3d7a;
border-radius: 15px;
margin: 10px;
padding: 10px;
display: block;
}
#instructionsDiv{
display: block;
}
body{
background-color: #197F4D;
}
header{
color: #db933b;
font-size: 1.5em;
text-decoration: underline;
font-family: Georgia, serif;
}
p{
background-color: #1f3d7a;
border-radius: 15px;
margin: 10px;
padding: 10px;
color: #b38f00;
font-family: Arial, Helvetica, sans-serif;
}
div{
float: left;
clear: left;
}
#bar{
float: right;
background-color: #6600cc;
border-radius: 15px;
height: 910px;
width: 60%;
}
input{
background-color: #ccccff;
color: #006600;
font-size: .9em;
}
select{
background-color: #ccccff;
color: #006600;
font-size: .9em;
}
#spacing{
background-color: transparent;
padding: 1px;
}
#submit{
font-size: 1.5em;
text-align: center;
color: #845a0b;
}
#red{
background-color: #990000;
}