Skip to content

Commit 3515d4f

Browse files
committed
added drop shadow to video, adjusted proportions, removed secondary logo
1 parent 418eb34 commit 3515d4f

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

index.html

+15-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,23 @@
22
profile: false
33
title: "Welcome to Code and Coffee, Long Beach"
44
---
5-
5+
<link href='https://fonts.googleapis.com/css?family=Raleway:100' rel='stylesheet' type='text/css'>
66
<style>
77
#hero {
88
position: absolute;
99
top:0;
1010
left:0;
1111
width:100%;
12-
height:calc(85% - 53px);
12+
height:calc(100%);
1313
background:black;
1414
z-index:0;
15+
-webkit-box-shadow: 10px 5px 81px -5px rgba(122,115,122,1);
16+
-moz-box-shadow: 10px 5px 81px -5px rgba(122,115,122,1);
17+
box-shadow: 10px 5px 81px -5px rgba(122,115,122,1);
18+
}
19+
20+
#floatinglogo {
21+
display: none;
1522
}
1623

1724
nav.main-nav {
@@ -21,7 +28,7 @@
2128
background:transparent;
2229
}
2330
#wrapper {
24-
margin-top:40%;
31+
2532
}
2633

2734
#hero > .backdrop {
@@ -66,6 +73,7 @@
6673
#hero .header-content h1 {
6774
color:white;
6875
font-size:40px;
76+
font-family: Raleway;
6977
}
7078

7179
#hero .header-content p {
@@ -84,6 +92,10 @@
8492
font-size: 2px;
8593
}
8694

95+
#post-list {
96+
margin-top: calc(100% + 200px);
97+
}
98+
8799
</style>
88100

89101
<div id='hero'>

0 commit comments

Comments
 (0)