Skip to content

Commit

Permalink
Adds prompts, removes bootstrap link
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosie-Brigham committed Mar 26, 2019
1 parent f2cc11f commit c5138f3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@

<title>Starter Template for Bootstrap</title>

<!-- ADD BOOTSTRAP CODE HERE!!!! -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<!-- ADD BOOTSTRAP CORE HERE!!!! -->

<!-- Custom styles for this template -->
<link href="css/styles.css" rel="stylesheet">
Expand Down Expand Up @@ -48,16 +47,20 @@ <h1>Bootstrap starter template</h1>
<!-- columns -->
<div class="row">
<div class="col-sm">
<!-- add an image here -->
One of three columns
</div>
<div class="col-sm">
<!-- add an image here -->
One of three columns
</div>
<div class="col-sm">
<!-- add an image here -->
One of three columns
</div>
</div>


<!-- Add another row here -->
</main><!-- /.container -->

<!-- Bootstrap core JavaScript
Expand Down

0 comments on commit c5138f3

Please sign in to comment.