-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
62 lines (53 loc) · 851 Bytes
/
style.css
File metadata and controls
62 lines (53 loc) · 851 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
* {
font-family: sans-serif;
color: #cdcdef;
}
body {
margin: 0;
background-color: #121212;
}
h1 {
margin-top: 50px;
margin-left: 10px;
}
h2, p {
margin-left: 10px;
}
nav {
position: fixed;
top: 0;
width: calc(100% - 10px);
margin-left: 0;
padding: 10px;
background-color: #012345;
border-bottom-right-radius: 30px;
z-index: 99;
}
.docsembed {
width: 45%;
margin-right: auto;
margin-left: auto;
height: 100%;
}
#about img {
float: right;
height: 200px; /* temp - with big photo adjust */
width: auto;
margin: 10px;
}
#academics img {
float: left;
height: 200px;
width: auto;
margin: 10px;
}
#academics ul {
position: relative;
left: 2em;
}
#music img {
float: right;
height: 200px;
width: auto;
margin: 10px;
}