File tree 1 file changed +15
-3
lines changed
1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 2
2
profile: false
3
3
title: "Welcome to Code and Coffee, Long Beach"
4
4
---
5
-
5
+ < link href =' https://fonts.googleapis.com/css?family=Raleway:100 ' rel =' stylesheet ' type =' text/css ' >
6
6
< style >
7
7
# hero {
8
8
position : absolute;
9
9
top : 0 ;
10
10
left : 0 ;
11
11
width : 100% ;
12
- height : calc (85 % - 53 px );
12
+ height : calc (100 % );
13
13
background : black;
14
14
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;
15
22
}
16
23
17
24
nav .main-nav {
21
28
background : transparent;
22
29
}
23
30
# wrapper {
24
- margin-top : 40 % ;
31
+
25
32
}
26
33
27
34
# hero > .backdrop {
66
73
# hero .header-content h1 {
67
74
color : white;
68
75
font-size : 40px ;
76
+ font-family : Raleway;
69
77
}
70
78
71
79
# hero .header-content p {
84
92
font-size : 2px ;
85
93
}
86
94
95
+ # post-list {
96
+ margin-top : calc (100% + 200px );
97
+ }
98
+
87
99
</ style >
88
100
89
101
< div id ='hero '>
You can’t perform that action at this time.
0 commit comments