Advertisement
Guest User

style.css

a guest
Feb 17th, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. body {
  2. font-family: 'Courier New', Courier, monospace;
  3. }
  4.  
  5. img {
  6. width: 300px;
  7. height: 300px;
  8. border-radius : 300px;
  9. }
  10.  
  11. .hover-effect:hover {
  12. opacity: 0.8;
  13. cursor: pointer;
  14. }
  15.  
  16. img:nth-of-type(2) {
  17. filter: grayscale(3);
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement