Ребят
всем доброго!
опять я втупляю (есть пара вопросов)
Суть:
Поставил иконки в профиль, но они тупо не встают прямо + есть скачок подгрузки
.post-links li a {font-size: 0px;}
.post-links li:nth-of-type(1) a {
top:-20px;
background-image: url(https://forumstatic.ru/files/001b/8c/9a/27837.png);
height: 28px; /*высота*/
width: 28px; /*ширина*/
font-size: 0px;}
.post-links li:nth-of-type(2) a {
top:-20px;
background-image: url(https://forumstatic.ru/files/001b/8c/9a/29362.png);
height: 32px; /*высота*/
width: 32px; /*ширина*/
font-size: 0px;}
.post-links li:nth-of-type(3) a {
top:-20px;
background-image: url(https://forumstatic.ru/files/001b/8c/9a/96153.png);
height: 32px; /*высота*/
width: 32px; /*ширина*/
font-size: 0px;}
.post-links li:nth-of-type(4) a {
top:-20px;
background-image: url(https://forumstatic.ru/files/001b/8c/9a/24621.png);
height: 32px; /*высота*/
width: 32px; /*ширина*/
font-size: 0px;}
.post-links li:nth-of-type(5) a {
top:-14px;
background-image: url(https://forumstatic.ru/files/001b/8c/9a/69442.png);
height: 24px; /*высота*/
width: 24px; /*ширина*/
font-size: 0px;}
.post-links li:nth-of-type(6) a {
top:-14px;
background-image: url(https://forumstatic.ru/files/001b/8c/9a/10287.png);
height: 24px; /*высота*/
width: 24px; /*ширина*/
font-size: 0px;}
.post-links li:nth-of-type(7) a {
top:-14px;
background-image: url(https://forumstatic.ru/files/001b/8c/9a/21255.png);
height: 32px; /*высота*/
width: 32px; /*ширина*/
font-size: 0px;}
Как мне их нормально выровнить?
- Подпись автора
...

position:relative; к иконкам же добавить не надо было









