Advertisement
Guest User

Untitled

a guest
Aug 11th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. .card {
  2. font-family: さなフォンP;
  3. font-size: 24px;
  4. text-align: center;
  5. color: #561a1a;
  6. opacity: 0.90;
  7. content: "";
  8. }
  9.  
  10. .card:after {
  11. content: "";
  12. background: url(https://wallpapers.wallhaven.cc/wallpapers/full/wallhaven-345074.jpg);
  13.  
  14. background-size: cover;
  15. background-position: center;
  16. background-repeat: no-repeat;
  17. background-color: #fefef2;
  18.  
  19. opacity: 0.20;
  20.  
  21. top: 0;
  22. left: 0;
  23. bottom: 0;
  24. right: 0;
  25. position: absolute;
  26. z-index: -1;
  27. }
  28.  
  29. img{
  30. -webkit-border-radius: 20px;
  31. -moz-border-radius: 20px;
  32. border-radius: 20px;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement