(4 фев 2017, 17:57) (
0/
0)
[
0]
я рад) главное бутстрап не ставь)
(4 фев 2017, 17:51) (
0/
0)
[
0]
Если ты с селектора делал то тогда так
[code]
//Селектор
<div style="text-align:center; margin:12px;"><a href="#" class="button7">Кнопочка</a></div>
[/code]
А ваще добавь class)
[code]
//Стиль
.div_center{text-align:center; margin:12px;}
//Селектор
<div class="div_center"><a href="#" class="button7">Кнопочка</a></div>
[/code]
(4 фев 2017, 17:47) (
0/
0)
[
0]
Пжл)
Думаю <center>#</center>
было бы проще)
(4 фев 2017, 17:45) (
0/
0)
[
0]
[code]
//Тег
<center><a href="#" class="button7">Кнопочка</a></center>
//Селектор
<div style="text-align:center;"><a href="#" class="button7">Кнопочка</a></div>
//Таблица))
<table style="width:100%; text-align:center;"><tr>
<td><a href="#" class="button7">Кнопочка</a></td>
</tr></table>
[/code]
Много еще чего есть...