Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. * { box-sizing: border-box; }
  2.  
  3. div {
  4. background-color: steelblue;
  5. width: 417px;
  6. text-align: center;
  7. color: white;
  8. }
  9. p {
  10. margin: 0;
  11. padding: 5px 0;
  12. }
  13. img {
  14. width: 100%;
  15. }
  16. a {
  17. color: white;
  18. display: inline-block;
  19. text-decoration: none;
  20. padding: 15px 15px 15px 15px
  21. }
  22. a:hover {
  23. background-color: lightskyblue;
  24. }
  25. .fa {
  26. display: block;
  27. font-size: 28px;
  28. margin: 0px 0px 8px 0px;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement