-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
74 lines (67 loc) · 1.13 KB
/
styles.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
62
63
64
65
66
67
68
69
70
71
72
73
74
body {
background-color:whitesmoke;
font-family: 'Syne Mono', monospace;
}
h1 {
color:black;
font-family:Verdana, Geneva, Tahoma, sans-serif;
}
p {
color:rgb(3, 3, 3);
padding: 12px;
}
.center {
padding: 250px 0;
text-align: center;
}
#blocks
{
width: 54%;
margin-top:-31px;
margin-left:263px;
background-color:#f5f5f5;
}
#category
{
margin-left: 263px; color: #c07003 ;margin-bottom: 1px;
}
#header
{
position: fixed;
height:50px;
width: 65%;
margin-top: 0px;
background-color:#a4d5d3;
margin-bottom: 50px;
}
a:hover {
font-weight: bold;
}
img:hover{
background-color:#dcf1f1;
}
#name {
float:left;
margin-left: 20px;
padding-bottom: 10px;
font-size: 20px;
font-family: Verdana, sans-serif;
color: #575757;
}
#email{
float:right;
margin-right: 20px;
padding-bottom: 10px;
font-size: 16px;
font-family: Verdana, sans-serif;
color: #ffffff;
}
#edu
{
font-family: calibri;
font-size:19px;
padding-left:12px;
margin-bottom:-6px;
font-weight: bold;
color:#1e3942;
}