-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
125 lines (112 loc) · 1.9 KB
/
style.css
File metadata and controls
125 lines (112 loc) · 1.9 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
body {
width: 760px;
margin: 0 auto;
}
html {
background: url(sunset.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.intro{
height: 300px;
width: 750px;
background: rgba(20,20,20,.2);
border-radius: 50%;
position: absolute;
margin: 300px 0 0 0;
}
h1 {
font-family: 'Shadows Into Light Two', cursive;
font-size: 95px;
color: #ddd;
margin: 40px 0 0 0;
position: relative;
text-align: center;
}
hr {
width: 720px;
}
.topmenu {
font-family: 'Lato', sans-serif;
font-size: 35px;
color: #ddd;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
.menu {
display: inline-block;
margin: 0 25px 0 25px;
cursor: pointer;
}
.box {
height: 150px;
width: 250px;
border: 2px solid white;
margin-right: auto;
margin-left: auto;
margin-bottom: 75px;
}
.fade {
display: none;
margin-top: 100px;
margin-bottom: 40px;
padding: 10px;
background: rgba(20,20,20,.2);
border-radius: 10%;
}
h2 {
font-family: 'Shadows Into Light Two', cursive;
text-align: center;
font-size: 55px;
color: white;
margin: 30px auto;
}
h3 {
margin: 10px auto;
text-align: center;
}
.boxes {
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
}
.content {
color: white;
font-family: 'Lato', sans-serif;
margin: 0 20px 20px 20px;
}
.date {
float: right;
}
.firstcolumn {
float: left;
margin-right: 40px;
}
/*
.othercolumn {
float: right;
}
*/
a {
color: white;
}
.headshot {
height: 250px;
width: auto;
padding: 5px;
margin-right: 5px;
float: left;
}
.icons {
text-align: center;
}
.fa {
margin: 20px;
}
.resumeline {
width: auto;
}