Skip to content

added in fourth item in feature box and adjusted mobile responsiveness #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 4, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 10 additions & 14 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ body {
}
.subheading + .paragraph {
margin-top: 10px;
padding: 0 30px 0 30px;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(optional) - makes padding for text copy look similar to the mockup

}
p.paragraph {
color: rgba(0, 0, 0, .5);
Expand Down Expand Up @@ -390,6 +391,13 @@ p.paragraph {
padding: 90px 0;
border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.feature3 .flex {
flex-wrap: wrap;
}
.feature3 .col-6 {
margin-top: 40px;
text-align: center;
}
.feature3 .svg {
margin-bottom: 30px;
color: black
Expand All @@ -398,20 +406,8 @@ p.paragraph {
.feature3 .flex {
flex-wrap: wrap;
}
.feature3 .col-4:nth-of-type(1) {
width: 100%;
margin-bottom: 30px;
}
.feature3 .col-4:not(:nth-of-type(1)) {
width: 50%;
}
}
@media (max-width: 500px) {
.feature3 .col-4:nth-of-type(1) {
margin-bottom: 0;
}
.feature3 .col-4:not(:nth-of-type(1)) {
.feature3 .col-6 {
width: 100%;
margin-top: 30px;
text-align: center;
}
}
17 changes: 12 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,27 +55,34 @@ <h2 class="paragraph">

<div class="feature3">
<div class="container-lrg flex baseline">
<div class="col-4">
<div class="col-6">
<b class="svg center"><img class="mask-img" src="img/browser.svg"></b>
<h3 class="subheading center">Simple Usage</h3>
<h3 class="subheading center">Easy to Use</h3>
<p class="paragraph">
By preferring code over configuration, node best practices, and a minimal API surface - gulp makes things simple like never before.
By preferring code over configuration, gulp keeps things simple and makes complex tasks manageable.
</p>
</div>
<div class="col-4">
<div class="col-6">
<b class="svg center"><img class="mask-img" src="img/guage.svg"></b>
<h3 class="subheading center">Efficient Builds</h3>
<p class="paragraph">
Using the power of node streams, gulp gives you fast builds that don't write intermediary files to disk.
</p>
</div>
<div class="col-4">
<div class="col-6">
<b class="svg center"><img class="mask-img" src="img/atom.svg"></b>
<h3 class="subheading center">Quality Ecosystem</h3>
<p class="paragraph">
By enforcing strict guidelines, we ensure our plugins stay simple and work as expected.
</p>
</div>
<div class="col-6">
<b class="svg center"><img class="mask-img" src="img/book.svg"></b>
<h3 class="subheading center"> Easy to Learn</h3>
<p class="paragraph">
Using node best practices and maintaining a minimal API surface, your build works exactly as you would imagine.
</p>
</div>
</div>
</div>

Expand Down
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