-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
102 lines (77 loc) · 1.2 KB
/
stylesheet.css
File metadata and controls
102 lines (77 loc) · 1.2 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
body {
margin: 0;
padding: 0d;
background-color: #1E1E1E;
text-align: center;
overflow-y: scroll;
overflow-x: hidden;
display: block;
}
.navbar {
margin: 0;
}
p {
padding: 50px;
}
h1 {
padding: 100px;
}
.creepynavbar {
margin: 0;
}
#canvas {
display: block;
position: absolute;
outline: 0;
margin: 50;
overflow: hidden;
}
.hebdfressi {
margin: 0;
padding: 0;
background-color: #8969B3;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
li.creepylogoPicture {
height: 10px;
}
li {
float: left;
height: 50px;
padding: 5px;
}
.logoPicture {
width: 10%;
}
.nav {
display: block;
padding: 8px;
color: #222034;
text-decoration: none;
text-align: center;
font-size: 30px;
padding-left: 30px;
padding-right: 30px;
}
.nav:hover {
background-color: salmon;
}
.logoPicture:hover {
background-color: teal;
}
p {
color: #FF6874;
}
.Input {
width: 500px;
}
.Poem {
font-size: 5000px;
color: yellow;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}