B
B
Bliss022021-05-03 18:53:48
linux
Bliss02, 2021-05-03 18:53:48

How to remove selection from margin?

60901bb026615505734187.png

<div class="col-lg-2">
    <div class="header__profile">
        <a href="#"><img id="heart_" src="/img/profile_heart.svg"></a>
        <a href="#"><img id="cart_" src="/img/profile_cart.svg"></a>
        <a href="#"><img src="/img/profile.png"></a>
    </div>
</div>

.header__profile {
    float: right;

    img:nth-child(-n+2) {
      margin-right: 32px;
    }
  }

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Ruslan Fedoseev, 2018-10-01
@MihailSudo

https://whmcs.com.ua/documentation/install-whmcs/?...
how many times have you read it?

A
Andrew, 2021-05-03
@Bliss02

элемент:focus{
  outline:none;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question