-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
81 lines (77 loc) · 1.26 KB
/
styles.css
File metadata and controls
81 lines (77 loc) · 1.26 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
71
72
73
74
75
76
77
78
79
80
81
body{
margin: 0px;
background:rgba(67,42,42,0.5);
font-family: 'verdana';
}
.one{
box-shadow: 0 0 15px rgba(195,245,244,0.6);
background: rgb(252,253,215);
border:1px solid rgb(229,249,138);
width: 900px;
font-style: red;
margin:0 auto;
}
table{
color:rgba(67,42,42,1);
line-height: 1.3em;
margin-left: 20px;
border:2px solid #9A96C9;
border-collapse:collapse;
width:850px;
box-shadow: 0 0 5px rgba(67,42,42,0.6);
}
tr,td,th{
border:2px solid #9A96C9;
padding: 10px 5px;
vertical-align: top;
box-shadow: 0 0 5px rgba(67,42,42,0.6);
}
p,h1,h2{
margin-left: 20px;
color:rgba(67,42,42,1);
line-height: 1.3em;
}
h1{
padding-top: 30px;
padding-bottom: 20px;
text-align: center;
}
h2{
padding-top:30px;
}
.cursive{
font-style: italic;
font-family: 'Open Sans', sans-serif;
}
.m1{
text-decoration: underline;
}
th, .bold{
font-weight: bold;
}
.th{
text-align: left;
}
.img{
margin-left: 0px;
border:0.1px solid rgba(0,0,0,0.0);
background-image: url("img/bridge.jpg");
height: 501px;
}
a:link {
color: red;
}
a:visited {
color: green;
}
a:hover{
color:#9A96C9;
font-style: italic;
}
a:active {
color: blue;
}
ul{
list-style-type: square;
color:rgba(67,42,42,1);
}