-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
51 lines (49 loc) · 739 Bytes
/
style.css
File metadata and controls
51 lines (49 loc) · 739 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
.row{
color:white;
font-size:20px;
}
.headshot{
width:20%;
}
.mid{
background-color:white;
color:black;
align-items:center;
font-size:45px;
margin-top:5px;
margin-bottom:5px;
font-family: 'Muli', sans-serif;
}
body{
text-align:center;
}
.footer a{
margin:15px;
font-family: 'Muli', sans-serif;
}
.footer{
background-color:#7C3931;
}
.contact{
background-color:#838143;
}
.contact a {
margin:15px;
font-family: 'Muli', sans-serif;
color:white;
}
.link{
color:white;
}
img{
width:950px;
}
.aboutme{
color:black;
font-family: 'Muli', sans-serif;
}
#mypic{
width:150px;
border-radius:80%;
}
/*#4F2A37, #7C3931, #819211, #C38A20, #838143*/