-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssign3P2.css
More file actions
70 lines (70 loc) · 1.04 KB
/
Assign3P2.css
File metadata and controls
70 lines (70 loc) · 1.04 KB
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
body {
font-family: "Arial";
}
form
{
margin-top:25px;
margin-bottom: 50px;
display: inline-block;
margin-left: 25px;
float:left;
font-size: 0.8em;
}
#form2 {
float:right;
}
input[type=text] {
margin-left:125px;
}
input[type=button] {
font-weight: bold;
text-align:right;
}
div {
display:inline-block;
clear:both;
margin-left:3%;
width:45%;
height:45px;
}
div.box {
margin-left: 3%;
background-color: #CAD6D6;
display:inline-block;
clear:both;
width:43%;
border-style: solid;
border-left-width: 5px;
border-right-width: 5px;
border-color: #CAD6D6;
font-size:0.8em;
height:auto;
}
div.box > p {
font-size:0.9em;
padding-bottom:0;
margin-bottom:0;
}
#gisttext {
float:left;
}
#gist {
float:left;
}
ul
{
padding-left: 0;
border-width: 1.25px;
border-bottom-style:solid;
padding-bottom:9px;
padding-top:3px;
}
li {
list-style-type:none;
}
li input[type=button] {
float:left;
height: 23px;
width: 23px;
margin-right:5px;
}