-
Notifications
You must be signed in to change notification settings - Fork 17
/
style.css
97 lines (82 loc) · 1.23 KB
/
style.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
body {
font-family: 'Merriweather Sans', sans-serif;
font-size: 14px;
font-weight: 300;
margin: 20px;
color: black;
background: url(medium2.jpeg);
}
a {
color: blue;
text-decoration: none;
}
a:hover {
color: blue;
}
a:visited {
color: blue;
}
a.menu {
color: black;
/*background: #ff69b4;
padding: 5px;
border-radius: 5px;*/
text-decoration: none;
}
a.menu:visited {
color: black;
}
hr {
margin-top: 15px;
height: 1px;
border-width: 0;
color: gray;
background-color: lightgray;
}
p {
text-align: justify;
}
h1 {
color: #ff69b4;
text-transform: uppercase;
}
h3 {
color: #ff69b4;
text-transform: uppercase;
}
table {
border: none;
border-spacing: 0px;
}
.info1 {
font-size: 12px;
position: absolute;
top: 20px;
left: 650px;
background: #FFF;
border-radius: 10px;
padding: 10px;
}
.info2 {
font-size: 12px;
position: absolute;
top: 20px;
left: 950px;
background: #FFF;
border-radius: 10px;
padding: 10px;
}
.chunk {
padding: 14px;
float: left;
width: 357px;
margin-right: 46px;
background-color: rgba(255, 255, 255, 150);
}
section {
padding: 14px;
float: left;
width: 357px;
margin-right: 46px;
background-color: rgba(255, 255, 255, 150);
}