ricoramiro2

w3-theme-blue-grey

Apr 29th, 2023
959
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.32 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <title>w3-theme-blue-grey</title>
  4. <meta name="viewport" content="width=device-width, initial-scale=1">
  5. <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
  6. <link rel="stylesheet" href="https://www.w3schools.com/lib/w3-theme-blue-grey.css">
  7. <body>
  8.  
  9. <div class="w3-card-4">
  10. <div class="w3-container w3-theme w3-card">
  11.   <h1>Blue Grey</h1>
  12. </div>
  13.  
  14. <div class="w3-container w3-text-theme">
  15. <h2>w3-text-theme</h2></div>
  16.  
  17. <ul class="w3-ul w3-border-top">
  18.   <li class="w3-theme-l5">
  19.   <a class="w3-button w3-xlarge w3-circle w3-theme-action"
  20.  style="position:fixed;top:48px;right:24px;">+</a>
  21.   <p>w3-theme-l5 (w3-theme-light)</p>
  22.   </li>
  23.   <li class="w3-theme-l4">
  24.     <p>w3-theme-l4</p>
  25.   </li>
  26.   <li class="w3-theme-l3">
  27.     <p>w3-theme-l3</p>
  28.   </li>
  29.   <li class="w3-theme-l2">
  30.     <p>w3-theme-l2</p>
  31.   </li>
  32.   <li class="w3-theme-l1">
  33.     <p>w3-theme-l1</p>
  34.   </li>
  35.   <li class="w3-theme">
  36.     <p>w3-theme</p>
  37.   </li>
  38.   <li class="w3-theme-d1">
  39.     <p>w3-theme-d1</p>
  40.   </li>
  41.   <li class="w3-theme-d2">
  42.     <p>w3-theme-d2</p>
  43.   </li>
  44.   <li class="w3-theme-d3">
  45.     <p>w3-theme-d3</p>
  46.   </li>
  47.   <li class="w3-theme-d4">
  48.     <p>w3-theme-d4</p>
  49.   </li>
  50.   <li class="w3-theme-d5">
  51.     <p>w3-theme-d5 (w3-theme-dark)</p>
  52.   </li>
  53. </ul>
  54. </div>
  55.  
  56. </body>
  57. </html>
  58.  
Tags: theme
Advertisement
Add Comment
Please, Sign In to add comment