-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
79 lines (79 loc) · 1.2 KB
/
style.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
75
76
77
78
79
html, body {
width:80%;
margin-left:auto;
margin-right:auto;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
margin-top: 25px;
margin-bottom: 25px;
background-image: url("hazy_background_tile.png");
background-size: 100% 100%;
background-repeat: no-repeat;
<!-- margin-right: 120px;
margin-left: 120x; -->
}
li {
font-size: 15px;
}
p {
margin: 0px;
padding: 0px;
font-size: 15px;
}
p2 {
margin: 0px;
padding: 0px;
font-size: 17px;
font-weight: bold;
}
p3 {
margin: 0px;
padding: 0px;
font-size: 15px;
font-weight: bold;
}
p4 {
font-size: 14px;
}
h1 {
font-size: 30px;
}
#header2-left {float: left;}
#header2-center {overflow: hidden;}
#header2-right {float: right;}
.header2 {
font-size: 18px;
font-weight: bold;
}
#header3-left {float: left;}
#header3-center {overflow: hidden;}
#header3-right {float: right;}
.header3 {
font-size: 15px;
font-weight: bold;
}
.intro {
font-size: 15px;
font-style: italic;
}
.skills ul {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 165px;
list-style-type: none;
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
.skills li{
font-size: 16px;
}
.skills li:before {
content: "• ";
}
ul {
list-style-position:inside;
text-align: left;
}