Advertisement
Guest User

css

a guest
Feb 19th, 2020
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. body {
  2. background-color: black;
  3. }
  4.  
  5. #divRosso{
  6. background-color: red; border:2px solid purple; width: 10px; height: 100px;
  7. }
  8.  
  9. #divVerde {
  10. background-color: green; border:2px solid purple; width: 10px; height: 100px;
  11. }
  12.  
  13. #divBlue {
  14. background-color: blue; border:2px solid purple; width: 10px; height: 100px;
  15. }
  16.  
  17. /* getComputedStyle() */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement