Advertisement
404Coder

web design (took like 5 mins)

May 31st, 2024
485
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.42 KB | None | 0 0
  1. <!-- start -->
  2. <!DOCTYPE html>
  3. <meta charset="UTF-8" value="viewport-scale=width">
  4. <meta platform="@chrome, @edge, @firefox, @opera, @safari">
  5. <html>
  6. <head>
  7.     <h1 class="text text-scale">welcome</h1>
  8.     <body>
  9.         <hr>
  10.         <option>fav stuff</option><option><summary>cake</summary>
  11.         <title>Cool design</title>
  12.     </body>
  13. </head>
  14. </html>
  15.  
  16.  
  17. <!-- css design-->
  18.  
  19. .h1 {
  20.  text-position: centre;
  21. }
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement