-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
96 lines (94 loc) · 1.57 KB
/
style.css
File metadata and controls
96 lines (94 loc) · 1.57 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
.title{
background-color: #78e0ff;
text-align: center;
position:relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 300px;
}
#projects-worked-on{
background-color: #80b8ff;
}
#resume{
background-color: #b82830;
}
.profile-pic{
width: 200px;
height: 200px;
border-radius: 50%;
border: 3px solid black;
}
#resume{
text-align: center;
}
.container{
display: flex;
}
.title *{
z-index: 1;
}
.cloud{
z-index: 0;
}
.top{
position: absolute;
right: 300px;
top: 35px;
}
.bottom{
position: absolute;
bottom:35px;
left: 300px;
}
#about-me-page{
background-color: cornflowerblue;
}
#about-me-page>ul{
font-size: 20px;
}
#about-me-blurb{
font-size: 25px;
}
.text-body{
font-size: 20px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
p{
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.title>h1{
font-family: "Moon dance", cursive;
font-size: 60px;
z-index: 1;
}
h2.large-title{
font-size: 40px;
}
h3.large-title{
font-size: 30px;
}
.menu-list, .nav{
list-style: none;
}
.container, .nav{
display: flex;
justify-content: center;
}
.nav-item{
padding: 5px;
font-size: 20px;
}
.text-center{
text-align: center;
}
#resume{
color: dodgerblue;
}
@media (max-width:1200px){}
@media (max-width:600px){
.nav{
flex-direction: column;
}
}