-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
54 lines (46 loc) · 1.29 KB
/
style.css
File metadata and controls
54 lines (46 loc) · 1.29 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
body{
background-color: #000000;
opacity: 1;
background-image: linear-gradient(135deg, #242424 25%, transparent 25%), linear-gradient(225deg, #242424 25%, transparent 25%), linear-gradient(45deg, #242424 25%, transparent 25%), linear-gradient(315deg, #242424 25%, #000000 25%);
background-position: 10px 0, 10px 0, 0 0, 0 0;
background-size: 20px 20px;
background-repeat: repeat;
}
.headertext{
background-color: rgb(70, 70, 70);
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
nav{
background-color: rgb(50, 50, 50);
font-family: Arial, Helvetica, sans-serif;
}
.cat{
float: left;
border: 2px solid white;
border-radius: 20px;
}
.one{
margin-left: 270px;
color: white;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.two{
margin-left: 270px;
color: white;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.three{
margin-left: 270px;
color: white;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.four{
margin-left: 270px;
color: white;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.five{
margin-left: 270px;
color: white;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}