-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhw5.css
More file actions
49 lines (39 loc) · 813 Bytes
/
hw5.css
File metadata and controls
49 lines (39 loc) · 813 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
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : Nov 19, 2017, 10:14:01 PM
Author : xiaoling
*/
h1 {
margin-left: 5%;
text-shadow: 1px 1px grey;
}
body {
min-width: 850px;
}
/* body content style modifier; modified mininum width */
#dynamic{
display: none;
}
.labels {
margin-top: 8pt;
margin-bottom: 10.5pt;
font-weight: bold;
}
/* class labelsstyle modifier; modified margins */
#title {
margin-top: 30pt;
margin-bottom: 30pt;
}
#instruction {
color: red;
}
th:first-child {
background-color: white;
}
th{
background-color: #dddddd;
}