add classes to individual sections
This commit is contained in:
parent
becd2f4b27
commit
22f0f0bad1
|
@ -11,7 +11,7 @@
|
||||||
<body>
|
<body>
|
||||||
<?php include "./includes/nav.php" ?>
|
<?php include "./includes/nav.php" ?>
|
||||||
<main>
|
<main>
|
||||||
<section>
|
<section class="welcome-section">
|
||||||
<img src="img/baxter-welcome.webp" alt="My cat Baxter, sitting in a cardboard box looking at the camera.">
|
<img src="img/baxter-welcome.webp" alt="My cat Baxter, sitting in a cardboard box looking at the camera.">
|
||||||
|
|
||||||
<h1>Welcome to the homepage of all things Baxter!</h1>
|
<h1>Welcome to the homepage of all things Baxter!</h1>
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section class="baxter-info">
|
||||||
<h3>Baxter facts!</h3>
|
<h3>Baxter facts!</h3>
|
||||||
<p>Baxter is:</p>
|
<p>Baxter is:</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -70,7 +70,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section class="favorite-baxter-photos">
|
||||||
<h3>My favorite photos of Baxter</h3>
|
<h3>My favorite photos of Baxter</h3>
|
||||||
<figure>
|
<figure>
|
||||||
<img src="./img/posed-baxter.jpg" alt="My cat Baxter laying on my chest over a blanket in bed looking at the camera. The many details and patterns of his mackeral tabby fur pattern are fully visible">
|
<img src="./img/posed-baxter.jpg" alt="My cat Baxter laying on my chest over a blanket in bed looking at the camera. The many details and patterns of his mackeral tabby fur pattern are fully visible">
|
||||||
|
|
Loading…
Reference in New Issue