Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. body {
  2. background-color: rgb(238, 238, 238);
  3. }
  4. header {
  5. font-family: Arial, Helvetica, sans-serif;
  6. }
  7. P{
  8. display: block;
  9. }
  10. img{
  11. border-style: solid;
  12. background-color:rgb(255, 255, 255);
  13. box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  14. }
  15. h3, h4 {
  16. font-family: Georgia sans-serif;
  17. font-size: 1.2em;
  18. }
  19. #zaq{
  20. column-count: 2;
  21. column-gap: 40px;
  22. /* column-rule-style: solid;
  23. column-rule-width: 1px;
  24. column-rule-color: lightblue; */
  25. column-rule: 3px solid lightblue;
  26. vertical-align: top;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement