Guest User

The code

a guest
Aug 31st, 2025
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.63 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.   <head>
  5.     <link rel="stylesheet" href="styles/style.css">
  6.     <title>
  7.       Practice
  8.     </title>
  9.   </head>
  10.   <body>
  11.     <div class="first-red">
  12.       <div class="first-blue">
  13.         <img src="images/cat1.png">
  14.       </div>
  15.       <div class="second-blue">
  16.         <p class="third-blue">Oliver</p>
  17.         <div class="fourth-blue">
  18.           <img class="second-red"src="images/dog1.png">
  19.           <p class="third-red">
  20.             2 mutual friends
  21.           </p>
  22.         </div>
  23.         <button class="fifth blue">
  24.           Add Friend
  25.         </button>
  26.       </div>
  27.     </div>
  28.   </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment