-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
95 lines (81 loc) · 1.18 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
87
88
89
90
91
92
93
94
95
body {
background-image: url("soul.jpg");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
h1 {
font-family: Verdana;
font-weight: bold;
text-align: center;
padding-top: 25px;
padding-bottom: 25px;
color: white;
}
h2 {
color: white;
}
#navbar {
position: fixed;
top:10px;
left:50%;
margin-left:-254px;
}
#header {
position: relative;
/* top: -10px; */
/* background-color: white; */
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
ul{
list-style-type: none;
position: fixed;
margin: -10px;
}
li {
display: inline;
border: 2px solid #000000;
font-family: Futura, Tahoma, sans-serif;
color: #ffffff;
padding: 5px;
border-radius: 5px 5px;
background-color: #cc0323;
}
#left{
width: 32.5%;
float: left;
}
#right{
width: 45%;
float: right;
}
p {
color: white;
font-family: Tahoma;
font-size: 1em;
}
a {
color: white;
text-decoration: none;
}
#links {
text-align: center;
display: block;
position: relitive;
margin-left: 550px;
}
.links {
text-align: center;
display: block;
border-radius: 5px 5px;
width: 150px;
}
#img {
height:60%;
width:60%;
}
span {
font-weight: bold;
color: red;
}