Skip to content

Commit

Permalink
added comment to section where bootstrap code used and modified
Browse files Browse the repository at this point in the history
  • Loading branch information
kera-cudmore committed Jan 7, 2022
1 parent 1321939 commit 90a2e69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions books.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<body>
<header>

<!-- NAVBAR -->
<!-- NAVBAR - Bootstrap code used and modified -->
<nav class="navbar navbar-expand-lg navbar-light bg-nav navbar-top">
<a class="navbar-brand" href=" index.html">
<img src="assets/images/logo.webp" width="100" height="100" class="d-inline-block align-center"
Expand Down Expand Up @@ -89,7 +89,7 @@ <h1>Books</h1>
<p>Find out what we are currently reading, whats coming up next and our previous reads below.</p>
<h2>2022</h2>

<!-- Book Cards -->
<!-- Book Cards - Bootstrap code used and modified -->
<div class="row row-cols-sm-1 row-cols-md-2 row-cols-lg-3 d-flex justify-content-center">
<div class="col-sm-12 col-md-6 col-lg-4 mb-4">
<div class="card">
Expand Down

0 comments on commit 90a2e69

Please sign in to comment.