Chcę, zrobić koło, a w nim tekst np. "1".
Krótki zapis kodu:
.xxx li i.nr { width: 10px; height: 10px; border-radius: 50%; text-align: center; }
Próbowałej już kombinować, ale na razie bez efektów. Proszę o pomoc w rozwiązaniu problemu.
.xxx li i.nr { width: 10px; height: 10px; border-radius: 50%; text-align: center; }
.xxx { list-style-type: none; } .circle { background: #fc2e5a; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; padding: 10px 15px; line-height: 40px; }