File tree Expand file tree Collapse file tree 6 files changed +226
-6
lines changed Expand file tree Collapse file tree 6 files changed +226
-6
lines changed Original file line number Diff line number Diff line change @@ -206,9 +206,7 @@ body {
206
206
width : 100% ;
207
207
color : # fff ;
208
208
text-align : center;
209
- background-size : cover;
210
- background-position : 50% 50% ;
211
- background-image : url ("../img/bg.png" );
209
+ background-color : # eb4a4b ;
212
210
}
213
211
.main-header-content {
214
212
position : absolute;
@@ -222,6 +220,10 @@ body {
222
220
-ms-transform : translate (-50% , -50% );
223
221
transform : translate (-50% , -50% );
224
222
}
223
+ .logo {
224
+ max-width : 20vh ;
225
+ max-height : 20vh ;
226
+ }
225
227
.main-header-text {
226
228
width : 90vw ;
227
229
-webkit-animation : fadein 2s ;
Original file line number Diff line number Diff line change 29
29
</ div >
30
30
</ nav >
31
31
< div class ="main-header-content ">
32
+ < img class ="logo " src ='img/gulp-white-text.svg '/>
32
33
< p class ="main-header-text "> Automate and enhance your workflow</ p >
33
34
< a class ="main-header-btn " href ="https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md "> Try it now</ a >
34
35
</ div >
Original file line number Diff line number Diff line change 65
65
// min-height: 750px
66
66
color : #f f f
67
67
text-align : center
68
- background-size : cover
69
- background-position : 50% 50%
70
- background-image : url ('../img/bg.png' )
68
+ background-color : #EB 4A 4B
71
69
72
70
.main-header-content
73
71
align ()
74
72
73
+ .logo
74
+ max-width : 20vh
75
+ max-height : 20vh
76
+
75
77
.main-header-text
76
78
width : 90vw
77
79
animation : fadein 2s
You can’t perform that action at this time.
0 commit comments