Advertisement
ahmad191444

My First CSS Example

Apr 6th, 2020
947
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.56 KB | None | 0 0
  1. You need more click in the link down.
  2.  
  3. http://blog.mhdhosting.com/ran?r=HOYD
  4.  
  5. Click on the "link" button to see how it works.
  6.  
  7. http://blog.mhdhosting.com/ran?r=BjusYio4
  8. ____________________________________________________________________________________
  9. This CSS tutorial contains hundreds of CSS examples.
  10.  
  11. With our online editor, you can edit the CSS, and click on a button to view the result.
  12.  
  13. CSS Example
  14. body {
  15.   background-color: lightblue;
  16. }
  17.  
  18. h1 {
  19.   color: white;
  20.   text-align: center;
  21. }
  22.  
  23. p {
  24.   font-family: verdana;
  25.   font-size: 20px;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement