Titre de la page principale
This commit is contained in:
parent
29f9440f25
commit
caef878ba9
4 changed files with 3 additions and 2 deletions
Binary file not shown.
BIN
static/Western Dead.ttf
Normal file
BIN
static/Western Dead.ttf
Normal file
Binary file not shown.
|
@ -28,11 +28,12 @@ body {
|
|||
@font-face {
|
||||
font-family: 'Valeria';
|
||||
font-style: normal;
|
||||
src: url("/static/ValeriaBoldGrunge.ttf");
|
||||
src: url("/static/Western Dead.ttf");
|
||||
}
|
||||
h1.site-title
|
||||
{
|
||||
font-family: 'Valeria';
|
||||
font-size: 5rem;
|
||||
}
|
||||
{% block style %}{% endblock %}
|
||||
</style>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% extends 'base.html'%}
|
||||
{% block content %}
|
||||
<h1 class="site-title">IL ETAIT UNE FOIS DANS L'EST</h1>
|
||||
<h1 class="site-title text-center">IL ETAIT UNE FOIS DANS L'EST</h1>
|
||||
<br/>
|
||||
<br/>
|
||||
<div class="row">
|
||||
|
|
Loading…
Reference in a new issue