-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
94 lines (77 loc) · 1.36 KB
/
style.css
File metadata and controls
94 lines (77 loc) · 1.36 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
body {
background-image: url(images/bg.png);
background-size: 1920px, 1080px;
}
::selection {
background: rgb(99, 255, 96);
}
table, th, td {
border:3px solid black;
}
h1 {
font-size: 40px;
font-family: pixel3;
color: greenyellow;
}
p {
font-size: 35px;
font-family: pixel2;
}
a {
font-size: 35px;
font-family: pixel2;
color: rgb(233, 68, 255);
}
ul {
list-style-type: none;
margin: 0;
padding: 100;
overflow: hidden;
text-decoration: none;
border-radius: 12px;
}
li {
float: left;
}
li a {
margin: auto;
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 35px;
}
.maindiv {
max-width: 1200px;
margin: auto;
background-color: rgba(197, 37, 37, 0.8);
padding: 10px;
}
.tabs {
background-color: #68cdfc;
padding: 0.01px;
text-align: center;
max-width: 550px;
}
.addborder {
border-style: inset;
border: 10px inset rgb(25, 22, 39);
border-radius: 50px;
}
@font-face {
font-family: pixel1;
src: url(fonts/fs-pixel-multilingual-c.ttf);
}
@font-face {
font-family: pixel2;
src: url(fonts/Connection-arMJ.otf);
}
@font-face {
font-family: pixel3;
src: url(fonts/akumajou-densetsu.ttf);
}
@font-face {
font-family: pixel4;
src: url(fonts/freaktion.ttf);
}