Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. div {
  2. height: 35px;
  3. border:1px solid white;
  4. }
  5.  
  6.  
  7. .grey {
  8. background-color: #333333;
  9. }
  10.  
  11. .orange {
  12. background-color: #ff7f2a;
  13. }
  14.  
  15. .yellow {
  16. background-color: #ffcc00;
  17. }
  18.  
  19. .black {
  20. background-color: #000000;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement