-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpersonal_website.css
More file actions
59 lines (59 loc) · 992 Bytes
/
personal_website.css
File metadata and controls
59 lines (59 loc) · 992 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
body {
font-family: consolas, monospace;
}
h1 {
padding: 5px;
text-align: center;
width: 80%;
margin: 0.5em auto 0.5em auto;
}
nav {
font-size: 16px;
text-align: center;
margin: 0px auto 0px auto;
height: 2em;
padding-bottom: 1em;
min-width: 400px;
}
.nav_links:hover {
color: #ff7070;
transition-delay: 0.2s;
}
#introduction {
height: 30em;
margin: 0px auto 10px auto;
}
#picture {
width: 40%;
float: left;
padding: 2.5%;
}
#intro_des {
height: 100% - width;
margin-top: 5%;
width: 55%;
text-align: left;
line-height: 15px;
float: left;
}
a {
display: inline-block;
height: 1.75em;
width: 100px;
margin-left: 5%;
margin-right: 5%;
text-decoration: none;
padding-top: 0.75em;
color: black;
}
#curr_html {
color: #ff7070;
}
ul {
list-style-type: none;
line-height: 22px;
font-size: 12px;
border-left-style: solid;
border-width: 1px;
border-color: #d1d1d1;
}