adding pictures and heading

This commit is contained in:
Will Baumbach
2020-04-22 18:41:24 -04:00
parent 2c1e5d53ea
commit 5182d7f243
4 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
.subheading {
font-size: 1.5rem;
font-weight: 300;
}
@media only screen and (max-width: 767px) {
.desktopOnly {
display: none;
}
}
img {
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}
.heading {
margin-top: 12px;
}

View File

@@ -1 +1,19 @@
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-3">
<img height="300" src="../assets/brojeff.PNG">
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<h1 class="display-4">Jeff Nippard's Card Workout</h1>
<p class="subheading">
This is a small app the simulates the Card Workout created by Jeff Nippard. <br>
Check out his youtube video <a href="https://www.youtube.com/watch?v=WLrkT4F7tEc" target="_blank">here!</a>
</p>
</div>
<div class="desktopOnly col-lg-4 col-md-3">
<img height="300" src="../assets/jeff.PNG">
</div>
</div>
</div>
<main></main> <main></main>

BIN
src/assets/brojeff.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 KiB

BIN
src/assets/jeff.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB