Advertisement
chernov2000

Элемент с буллитом - псевдоэлемент Before

Sep 14th, 2022
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. div.catalog-section.newblock>div>a {
  2. display: block;
  3. padding-left: 33px;
  4. }
  5.  
  6. div.catalog-section.newblock>div {
  7. position: relative;
  8. }
  9.  
  10. div.catalog-section.newblock>div>a::before {
  11. content: '●';
  12. display: block;
  13. width: 24px;
  14. height: 24px;
  15. position: absolute;
  16. top: calc(50% - 12px);
  17. left: 15px;
  18. /*background-image: url();*/
  19. background-repeat: no-repeat;
  20. background-position: center;
  21. color: #036878;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement