-
Notifications
You must be signed in to change notification settings - Fork 420
Expand file tree
/
Copy pathchris.css
More file actions
59 lines (52 loc) · 908 Bytes
/
Copy pathchris.css
File metadata and controls
59 lines (52 loc) · 908 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
49
50
51
52
53
54
55
56
57
58
59
/* Top Navigation Bar*/
body,
html {
height: 100%;
}
.topnav {
background-color: black;
overflow: hidden;
opacity: 1;
}
.topnav a{
float:left;
color:aliceblue;
text-align:center;
padding: 14px 16px;
text-decoration:none;
font-size:17px;
opacity: 1;
}
.topnav a.active {
background-color: darkgoldenrod;
color: black;
opacity: 1;
}
/*Set background image*/
/*Set height*/
.BeerBackground {
background-image: url('beer.png');
height: 100%;
width:100%;
background-size: cover;
}
/*Box up the Header and Paragrap text on the left side*/
.MyContent{
float:left;
width:25%;
height:100%;
border:black;
}
.MyHeadings {
color: gold;
font:bold 20px arial;
}
.MyPara {
stop-opacity:;
color: ghostwhite;
font:bold 18px arial;
}
.MySmallText{
color:cornflowerblue;
font:bold 12px arial;
}