-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyling.css
78 lines (76 loc) · 1.54 KB
/
styling.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
@import url('https://fonts.googleapis.com/css?family=Special+Elite');
@import url('https://fonts.googleapis.com/css?family=Gugi');
body{
background-image: url("plans.jpg");
background-attachment: fixed;
}
#title{
text-align: center;
z-index: 1;
}
.sidebar{
position: fixed;
top: 0;
left: 0;
padding-top: 15px;
padding-left: 15px;
}
.navbar{
background-color: black;
overflow: hidden;
position: fixed;
bottom: 0;
width: 100%;
overflow-x: hidden;
overflow-y: hidden;
}
.navbar a{
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
font-family: 'Special Elite', cursive;
color: #aac5ae;
}
/* Change the color of links on hover */
.navbar a:hover{
background-color: #aac5ae;
color: black;
font-family: 'Special Elite', cursive;
color: #ff6666;
}
/* Add a color to the active/current link */
.navbar a.active{
background-color: #aac5ae;
color: white;
font-family: 'Special Elite', cursive;
color: #ff6666;
}
h1{
font-family: 'Gugi', cursive;
color: #aac5ae;
font-size: 90px;
}
h2{
font-family: 'Special Elite', cursive;
color: #aac5ae;
}
#punchcard{
float: right;
height: 50px;
padding-right: 16px;
}
#am{
border-style: solid;
border-width: 5px;
border-top-color: #aac5ae;
border-left-color: #aac5ae;
border-right-color: #ff6666;
border-bottom-color: #ff6666;
width: 45%;
margin: auto;
padding: 0px;
}