Подправлены кнопки и блоки на страницах
This commit is contained in:
parent
30b1c3cf73
commit
f9faba1a2b
@ -27,7 +27,7 @@
|
|||||||
details {
|
details {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
table {
|
#main_table {
|
||||||
margin-left: 10%;
|
margin-left: 10%;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
@ -43,4 +43,7 @@ table {
|
|||||||
border:2px solid #ffffff;
|
border:2px solid #ffffff;
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
width: 95%;
|
width: 95%;
|
||||||
|
}
|
||||||
|
.but {
|
||||||
|
width: 80%;
|
||||||
}
|
}
|
||||||
@ -37,4 +37,5 @@ details {
|
|||||||
}
|
}
|
||||||
.hz1 {
|
.hz1 {
|
||||||
margin: 5%;
|
margin: 5%;
|
||||||
font-size: 160%;
|
font-size: 160%;
|
||||||
|
}
|
||||||
@ -2,13 +2,19 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1 class="upp_zag">Главная</h1>
|
<table class="but">
|
||||||
<div>
|
<tr>
|
||||||
<a href="/add_post" id="add_post" class="btn btn-primary"
|
<td style="width: 110%;">
|
||||||
style="background-color:#1daff0;border-radius: 15px;"><strong>Добавить
|
<h1 class="upp_zag">Главная</h1>
|
||||||
запись</strong></a>
|
</td>
|
||||||
</div>
|
<td>
|
||||||
<table>
|
<a href="/add_post" id="add_post" class="btn btn-primary"
|
||||||
|
style="background-color:#1daff0;border-radius: 15px;"><strong>Добавить
|
||||||
|
запись</strong></a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<table id="main_table">
|
||||||
<th class="row1">
|
<th class="row1">
|
||||||
<div class="rowdiv1">
|
<div class="rowdiv1">
|
||||||
<h1 class="my_post_zag">Вопросы дня</h1>
|
<h1 class="my_post_zag">Вопросы дня</h1>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user