Skip to content

Commit 41e277c

Browse files
author
Contra
committed
logo and colors
1 parent b10c3ca commit 41e277c

File tree

6 files changed

+226
-6
lines changed

6 files changed

+226
-6
lines changed

dist/css/style.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,7 @@ body {
206206
width: 100%;
207207
color: #fff;
208208
text-align: center;
209-
background-size: cover;
210-
background-position: 50% 50%;
211-
background-image: url("../img/bg.png");
209+
background-color: #eb4a4b;
212210
}
213211
.main-header-content {
214212
position: absolute;
@@ -222,6 +220,10 @@ body {
222220
-ms-transform: translate(-50%, -50%);
223221
transform: translate(-50%, -50%);
224222
}
223+
.logo {
224+
max-width: 20vh;
225+
max-height: 20vh;
226+
}
225227
.main-header-text {
226228
width: 90vw;
227229
-webkit-animation: fadein 2s;

dist/img/gulp-white-text.svg

Lines changed: 107 additions & 0 deletions
Loading

dist/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
</div>
3030
</nav>
3131
<div class="main-header-content">
32+
<img class="logo" src='img/gulp-white-text.svg'/>
3233
<p class="main-header-text">Automate and enhance your workflow</p>
3334
<a class="main-header-btn" href="https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md">Try it now</a>
3435
</div>

src/css/style.styl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,15 @@ body
6565
//min-height: 750px
6666
color: #fff
6767
text-align: center
68-
background-size: cover
69-
background-position: 50% 50%
70-
background-image: url('../img/bg.png')
68+
background-color: #EB4A4B
7169

7270
.main-header-content
7371
align()
7472

73+
.logo
74+
max-width: 20vh
75+
max-height: 20vh
76+
7577
.main-header-text
7678
width: 90vw
7779
animation: fadein 2s

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy