-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
59 lines (59 loc) · 893 Bytes
/
style.css
File metadata and controls
59 lines (59 loc) · 893 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
.horiz {
display: inline;
}
.centered {
position: fixed;
top: 50%;
left: 50%;
margin-top: -50px;
margin-left: -100px;
}
.margined {
width: 700px;
margin-left: auto;
margin-right: auto;
}
.wrapper {
text-align: center;
color: white;
}
.bordered {
border: groove;
border-color: white;
}
.lefthalf {
width: 50%;
float: left;
text-align: center;
}
.righthalf {
width: 50%;
float: right;
text-align: center;
}
iframe {
margin-top: 30px;
margin-right: 20px;
margin-left: 20px;
margin-bottom: 30px;
}
@font-face {
font-family: Boogaloo;
src: url( Boogaloo.otf ) format( "opentype" );
font-family: DroidSans;
src: url( DroidSans.ttf ) format( "opentype" );
}
#jukebox {
position: absolute;
margin-right: 5px;
margin-top: 5px;
color: black;
font-size: 5;
}
#square {
height: 100px;
width: 100px;
display: inline-block;
background-color: white;
border-radius: 5px;
}