evolution du style et tentative pour integrer le css
This commit is contained in:
@@ -40,7 +40,8 @@ footer{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#main-content{
|
||||
.main-content{
|
||||
border-style: solid;
|
||||
border-width: 2px;
|
||||
border-color: #cc0000;
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<li class="nav-element"><a class="nav-link" href="{{ get_url(path='@/cv/CV.md')}}">CV</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<section id="main-content">
|
||||
<section>
|
||||
{% block content %} {% endblock content %}
|
||||
<section>
|
||||
</body>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<div>
|
||||
<div class="main-content">
|
||||
{{ section.content | safe }}
|
||||
</div>
|
||||
{% endblock content %}
|
||||
|
||||
Reference in New Issue
Block a user