-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.css
61 lines (59 loc) · 1.02 KB
/
default.css
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
body{
margin: 0px;
background-color: lightcyan;
font-family: 'Ubuntu', sans-serif;
}
.aboutme{
height: 400px;
padding-top: 50px;
padding-left: 30%;
border-bottom: 30px solid darkblue;
}
.description{
margin-top: 1px;
width: 70%;
text-align: left;
font-size: 48px;
margin-left: 30%;
}
.navigation{
height: 60px;
background-color: darkblue;
padding-left: 6%;
}
.navsubjects{
font-size: 32px;
width: 30%;
float: left;
border-right: solid 2px white;
color: white;
text-align: center;
margin-top: 1%;
}
.projects{
padding-top: 1rem;
height: 640px;
width: auto;
background-color: white;
}
.projectImage{
margin-left: 30%;
height: 50%;
width: 40%;
background-color: darkmagenta;
}
.projectList{
margin-top: 10px;
height: 300px;
width: auto;
background-color: deepskyblue;
}
.miscProjects{
height: 300px;
width: 32.5%;
border-right: solid 5px white;
float: left;
}
.contact{
height: 200px;
}