-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
96 lines (79 loc) · 1.21 KB
/
style.css
File metadata and controls
96 lines (79 loc) · 1.21 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
@import url('https://fonts.googleapis.com/css?family=Roboto');
body {
background-color: #0d0d0d;
}
.content {
margin-top: 2%;
margin-left: auto;
margin-right: auto;
line-height: 130%;
padding-left: 70px;
padding-right: 70px;
padding-bottom: 100px;
/* width: 800px; */
width: 50%;
color: #EDEDED;
}
p {
font-family: "Roboto";
font-size: 20;
}
.name {
color: #EDEDED;
font-family: 'Roboto';
font-size: 50px;
font-weight: 500;
line-height: 100%;
margin-bottom: 20px;
}
.menu a {
display: inline-block;
font-size: 160%;
font-family: 'Roboto';
text-decoration: none;
border: 4px;
border-style: solid;
border-color: 59a1ff;
padding: 5px;
color: #59a1ff;
background-color: #0d0d0d;
margin-bottom: 10px;
}
.menu a:hover {
color: #EDEDED;
}
.projects, .resume {
margin-left: 4px;
}
.footer {
margin-top: 80px;
text-align: center;
}
/* projects */
.column {
float: left;
}
.left {
width: 30%;
}
.middle {
width: 4%;
}
.right {
width: 40%;
}
.row:after {
content: "";
display: table;
clear: both;
}
.link a {
text-decoration: none;
color: #59a1ff;
}
/* resume */
.resume-download a {
font-size: 160%;
text-decoration: none;
color: #59a1ff;
}