Advertisement
Guest User

Untitled

a guest
Dec 19th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.12 KB | None | 0 0
  1. .menu-group-header:nth-of-type(1):before {
  2.     background-image: url(https://www.heuriger-dreimaederlhaus.com/wp-content/uploads/2019/12/soup_gruen.png);
  3. }
  4. .menu-group-header:nth-of-type(2):before {
  5.     background-image: url(https://www.heuriger-dreimaederlhaus.com/wp-content/uploads/2019/12/soup_gruen.png);
  6. }
  7. .menu-group-header:nth-of-type(3):before {
  8.     background-image: url(https://www.heuriger-dreimaederlhaus.com/wp-content/uploads/2019/12/soup_gruen.png);
  9. }
  10. .menu-group-header:nth-of-type(4):before {
  11.     background-image: url(https://www.heuriger-dreimaederlhaus.com/wp-content/uploads/2019/12/soup_gruen.png);
  12. }
  13. .menu-group-header:nth-of-type(5):before {
  14.     background-image: url(https://www.heuriger-dreimaederlhaus.com/wp-content/uploads/2019/12/soup_gruen.png);
  15. }
  16. .menu-group-header:nth-of-type(6):before {
  17.     background-image: url(https://www.heuriger-dreimaederlhaus.com/wp-content/uploads/2019/12/soup_gruen.png);
  18. }
  19. .menu-group-header:before {
  20.     display: block;
  21.     background-size: contain;
  22.     background-repeat: no-repeat;
  23.     margin: 0 auto;
  24.     width: 50px;
  25.     height: 50px;
  26.     content: '';
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement