-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhw6.css
More file actions
62 lines (49 loc) · 1.24 KB
/
hw6.css
File metadata and controls
62 lines (49 loc) · 1.24 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
/*
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 29 , 2017, 10:14:01 PM
Author : xiaoling
*/
.error {
color: red;
font-weight: normal;
font-style: italic;
}
h1 {
margin-left: 5%;
text-shadow: 1px 1px grey;
}
body {
min-width: 850px;
background-image: url("dot_bgd.jpg");
/*https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&cad=r
ja&uact=8&ved=0ahUKEwj72YvB4u7XAhVEPN8KHaBeBYkQjRwIBw&url=http%3A%2F%2Fw
ww.powerpointhintergrund.com%2Fppt-image%2Fgold-polka-dot-background-12038
.html&psig=AOvVaw3y8gDJIqMkFCZuEFomXc92&ust=1512422137478377*/
}
/* body content style modifier; modified mininum width */
h2{
margin-left: 5%;
}
.labels {
margin-top: 8pt;
margin-bottom: 10.5pt;
font-weight: bold;
}
/* class labelsstyle modifier; modified margins */
#title {
margin-top: 30pt;
margin-bottom: 30pt;
}
th:first-child {
background-color: white;
}
th{
background-color: #dddddd;
}
#feature_comparison_1, #feature_comparison_2 {
display: none;
}