adding pictures and heading
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -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>
|
||||
BIN
src/assets/brojeff.PNG
Normal file
BIN
src/assets/brojeff.PNG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 204 KiB |
BIN
src/assets/jeff.PNG
Normal file
BIN
src/assets/jeff.PNG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 167 KiB |
Reference in New Issue
Block a user