-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·70 lines (57 loc) · 894 Bytes
/
Copy pathstyle.css
File metadata and controls
executable file
·70 lines (57 loc) · 894 Bytes
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
@font-face {
font-family: 'determination';
src: url("assets/determination.otf");
}
@font-face {
font-family: 'Bookman Old Style';
src: url("assets/BOOKOS.TTF");
}
body{
color: white;
background-color: #6dc0fe;
font-family: 'Bookman Old Style', serif;
text-align: center;
text-decoration: none;
}
h1{
font-size: 80px;
font-weight: normal;
}
h3{
font-size: 37px;
font-weight: normal;
}
p{
font-size: 25px;
max-width: 700px;
margin: auto;
}
input{
border: solid 2px black;
}
a{
color: grey;
font-size: 25px;
margin: 0 20px 0 20px;
}
a:hover{
color: #534e3a;
}
.konqueror{
height: 100%;
width: auto;
}
.win95-badge{
border-radius: 10px;
width: 65px;
height: auto;
}
.small-empty-space{
min-height: 5vh;
}
.medium-empty-space{
min-height: 15vh;
}
.nomargin{
margin: 0;
}