-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
86 lines (75 loc) · 1.32 KB
/
stylesheet.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
html{
font-family: candara;
letter-spacing: 0.5px;
}
body{
margin: 0px;
background-image: url('images/footerBg.jpg');
background-attachment: fixed;
padding-left: 20px;
color: white;
}
.user{
margin-top: 10%;
}
fieldset{
color: white;
width:50%;
}
legend{
color: white;
}
.form-button{
width: 90px;
background-color: rgb(30,30,30);
color: white;
border-radius: 6px;
margin-left: 10px;
margin-right: 10px;
font-size: 15px;
margin-bottom: 10px;
}
a{
color: red;
}
.header{
background-color: rgb(150,150,150);
box-shadow: inset -3px -5px 50px black;
padding-top: 15px;
margin-left: -20px;
position: fixed;
top: 0px;
z-index: 1;
width: 100%;
margin-bottom: 40px;
}
.navigation{
background-color: rgba(20,20,20,0.8);
border-bottom: 1px solid white;
border-top: 1px solid white;
padding-top: 7px;
padding-bottom: 7px;
overflow: hidden;
margin-bottom: 20px;
}
.navigation a {
float: left;
text-decoration: none;
text-align: center;
color: white;
padding: 14px 16px;
font-size: 17px;
border-radius: 12px;
margin-left: 100px;
}
.navigation a:hover {
color: rgb(17, 28, 36);
background-color: rgb(255,255,255);
}
.navigation a.active {
color: red;
}
.available{
margin-top: 100px;
margin-bottom: 10px;
}