Advertisement
pacho_the_python

home_html

Feb 1st, 2023
1,119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.  
  8.     <link rel="stylesheet" href="reset.css">
  9.     <link rel="stylesheet" href="home_2.css">
  10.     <link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.2.0/css/all.css">
  11.     <title>Home</title>
  12. </head>
  13. <body>
  14.     <header>
  15.         <h1 class="header">Maine Home</h1>
  16.         <p class="design">+DESIGN</p>
  17.     </header>
  18.     <section class="grape">
  19.  
  20.         <article class="card">
  21.             <div class="image">
  22.                 <img class="image__img" src="./task_1/image/image1.jpg" alt="img_1">
  23.             </div>
  24.             <div class="card__content">
  25.                 <h2>Making Hostel Home</h2>
  26.                 <div class="description">
  27.                     <p class="first">Heather Loeber thinks outside of the box to decorate her one-of-a-kind</p>
  28.                 </div>    
  29.                 <p class="second">Continue reading <i class="fa-solid fa-circle-chevron-right"></i></p>
  30.             </div>
  31.         </article>
  32.  
  33.         <article class="card">
  34.             <div class="image">
  35.                 <img class="image__img" src="./task_1/image/image2.jpg" alt="img_1">
  36.             </div>
  37.             <div class="card__content">
  38.                 <h2>Warm & Weathered</h2>
  39.                <div class="description">
  40.                    <p class="first">Lisa Hincher of The Good Home Interiors and Design infuses a multitude of styles into one cohesive space</p>
  41.                </div>    
  42.                <p class="second">Continue reading <i class="fa-solid fa-circle-chevron-right"></i></p>
  43.            </div>
  44.        </article>
  45.  
  46.        <article class="card">
  47.            <div class="image">
  48.                <img class="image__img" src="./task_1/image/image3.jpg" alt="img_1">
  49.            </div>
  50.            <div class="card__content">
  51.                <h2>Coastal Consideration</h2>
  52.                <div class="description">
  53.                    <p class="first">Melissa Freeman, lead designer at Hurlbutt Designs, uses color to create the perfect atmosphere</p>
  54.                </div>    
  55.                <p class="second">Continue reading <i class="fa-solid fa-circle-chevron-right"></i></p>
  56.            </div>
  57.        </article>
  58.  
  59.    </section>
  60. </body>
  61. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement