-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
99 lines (93 loc) · 1.44 KB
/
style.css
File metadata and controls
99 lines (93 loc) · 1.44 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
html{
height:100%;
}
body {
height:100%;
background-color: #FFFAFF;
}
h1 {
font-family: 'Ewert', cursive;
text-align: center;
}
p {
font-family: 'Quicksand', sans-serif;
}
a {
color:#FFFAFF;
font-family: 'Quicksand', sans-serif;
list-style-type: none;
margin: 0;
padding: 0;
}
form {
font-family: 'Quicksand', sans-serif;
margin-left: 30%;
margin-right: 30%;
}
label {
float: left;
text-align: right;
margin-right: 15px;
width: 100px;
}
input placeholder{
color:grey;
}
button {
width:50%;
margin-left:25%;
}
#navbar {
z-index: 100;
overflow: hidden;
background-color: #333;
height:50px;
//position: relative;
}
#navbar a {
z-index:300;
position: relative;
width: 25%;
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
/*#0A2463*/
.highlight {
width:25%;
height:50px;
background-color: #D8315B;
position: relative;
z-index: 200;
transition:all 1s;
}
.highlightB {
width:25%;
height:50px;
background-color: ##0A2463;
position:relative;
top:-50px;
z-index: 300;
transition:all 1.5s;
}
.errorBox p{
text-align: center;
}
.content {
align-content: center;
margin: 25px;
position: relative;
}
//fonts to check out: https://www.1001fonts.com/pixel-fonts.html?page=0
.footer {
width:100%;
height:100%;
background-color: #1E1B18;
color: #f2f2f2;
text-align: center;
margin: 50px;
}