-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcharacter.css
More file actions
114 lines (99 loc) · 1.5 KB
/
Copy pathcharacter.css
File metadata and controls
114 lines (99 loc) · 1.5 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
@font-face {
font-family: "8 Bit";
src: url("fonts/8_bit_arcade/8-bit Arcade In.ttf") format("truetype");
}
/*Classes already provided*/
html, body {
margin: 0;
padding: 0;
font-family: "8 Bit";
}
h1 {
margin-left: 20px;
font-size: 36px;
}
p {
margin: 0;
padding: 0;
}
body {
height: 100%;
margin-left: 50px;
margin-right: 50px;
color: white;
background-color: #800020;
}
details {
text-align: left;
margin: 0;
padding: 0;
margin-left: 20px;
border-radius: 2px;
border: none;
cursor: pointer;
font-size: 36px;
}
header {
outline: 1px solid;
outline-color: white;
outline-offset: 2px;
border-radius: 2px;
margin-bottom: 20px;
}
main {
outline: 1px solid;
outline-color: white;
outline-offset: 2px;
border-radius: 2px;
margin-bottom: 20px;
height: 100%;
}
footer {
outline: 1px solid;
outline-color: white;
outline-offset: 2px;
border-radius: 2px;
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: white;
padding: 0;
margin: 0;
}
a:hover {
color: #E1C16E;
}
table {
height: 100%;
width: 100%;
padding: 20px;
}
td {
padding: 5px;
margin: 0;
width: 33.33%;
}
.picture {
outline: 1px solid;
outline-color: white;
outline-offset: 2px;
border-radius: 2px;
width: 100%;
height: 100%;
}
img {
border-radius: 2px;
padding: 2.5px;
}
.about {
outline: 1px solid;
outline-color: white;
outline-offset: 2px;
border-radius: 2px;
width: 100%;
height: 100%;
padding-left: 5px;
font-size: 20px;
}