Advertisement
bolo17

W3.CSS Intro (Kitchen Sink)

Mar 11th, 2020
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.66 KB | None | 0 0
  1. W3.CSS Intro (Kitchen Sink)  
  2. W3.CSS Colors
  3. The w3-color classes are inspired by modern colors used in marketing, road signs, and sticky notes:
  4. get image file:https://gsurl.be/ind4
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22. W3.CSS Containers
  23. The w3-container class is the most important of the W3.CSS classes. It provides equality like:
  24.  
  25. Common margins
  26. Common paddings
  27. Common vertical alignments
  28. Common horizontal alignments
  29. Common fonts
  30. Common colors
  31. The w3-container class is typically used with HTML container elements, like:
  32.  
  33. <div>, <header>, <footer>, <article>, <section>, <blockquote>, <form>, and more.
  34. for more détail get link here:https://gsurl.be/incX
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement