-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
136 lines (112 loc) · 1.88 KB
/
styles.css
File metadata and controls
136 lines (112 loc) · 1.88 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
body{
font-family: 'Lato', sans-serif;
margin: auto;
max-width: 900px;
color: #00487C;
line-height: 1.5;
/* color: #3E6680 */
/* background-color: #F6F9FC */
}
.icon{
height: 22px;
vertical-align: text-top;
}
h1 {
/* color: #0496FF; */
color: #027BCE;
font-family: 'Lobster Two', cursive;
font-size: 1.5cm;
margin: 0px;
}
.container-background {
display: flex;
justify-content: space-between;
/* background-color: rgb(209, 239, 253); */
border-style: dashed;
border-radius: 3px;
margin: 0px;
}
.summary, .skill, .prj, .edu, .employment, h4, h3, h5 {
padding: 5px;
margin: 1px 2px 2px;
}
.prj-content, .education{
border-style:none;
}
h5{
x-size: 0.92em;
}
.prj{
position: relative;
display: inline-block;
}
.overlay{
display:none;
}
.prj:hover .overlay{
width:100%;
height:100%;
position:absolute;
opacity: 100%;
top:0;
left:0;
display:inline-block;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
z-index: 1;
}
.skill, .prj {
width: 50%;
float:left;
}
.projects {
display: flex;
border-style: none;
margin: 1px 2px;
}
div {
/* border-style: double; */
border-width: 2px;
border-radius: 3px;
border-color: rgb(209, 239, 253);
margin: 0px 2px 2px 0px;
padding: 2px;
}
h2 {
width: 100%;
text-align: left;
border-bottom: 1px solid #000;
line-height: 0.1em;
/* margin: 10px 0 20px; */
}
h2 span {
background:#fff;
padding:0 10px;
font-family: 'Lobster Two', cursive;
color: #027BCE;
/* margin: 1px 2px 2px; */
font-size: 1.85em;
}
h3{
color: #4BB3FD;
margin: 0em;
}
.container{
border-style: none;
display: flex;
justify-content: space-between;
/* padding: 0px 10px; */
}
/* light to dark
F6F6F8
9DD0DA
71A5D6
67ADD9
1C7ABF
#5680E9 bright blue
#84CEEB lightest blue
#5AB9E1 med blue
#C1C8E4 lavender
#8860D0 purple
*/