Advertisement
sissou123

Untitled

Aug 15th, 2024
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.27 KB | Source Code | 0 0
  1. CSS Tutorial
  2. CSS is the language we use to style an HTML document.
  3.  
  4. CSS Example
  5. body {
  6.   background-color: lightblue;
  7. }
  8.  
  9.  
  10. h1 {
  11.   color: white;
  12.   text-align: center;
  13. }
  14.  
  15.  
  16. p {
  17.   font-family: verdana;
  18.   font-size: 20px;
  19.  
  20. for more:https://cuty.io/a3QIZFEvNBw
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement