bolo17

Untitled

Aug 25th, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.73 KB | None | 0 0
  1. W3.CSS is a CSS Framework
  2. W3.CSS is a modern CSS framework with support for desktop, tablet, and mobile design by default.
  3.  
  4. W3.CSS is smaller and faster than similar CSS frameworks.
  5.  
  6. W3.CSS was designed to be a high quality alternative to Bootstrap.
  7.  
  8. It was designed to be smaller, faster, easier to learn, and easier to use.
  9.  
  10. It was also designed to be independent of jQuery or any other JavaScript library.
  11.  
  12. Example
  13. <div class="w3-container w3-teal">
  14.   <h1>My Header</h1>
  15. </div>
  16.  
  17. <img src="img_car.jpg" alt="Car">
  18.  
  19. <div class="w3-container">
  20.   <p>A car is a wheeled, self-powered motor vehicle used for transportation.</p>
  21. </div>
  22.  
  23. <div class="w3-container w3-teal">
  24.   <p>My Footer</p>
  25. </div>
  26. get link:https://ouo.io/FdQcQm
Add Comment
Please, Sign In to add comment