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-face {
|
||||||
font-family: 'Valeria';
|
font-family: 'Valeria';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
src: url("/static/ValeriaBoldGrunge.ttf");
|
src: url("/static/Western Dead.ttf");
|
||||||
}
|
}
|
||||||
h1.site-title
|
h1.site-title
|
||||||
{
|
{
|
||||||
font-family: 'Valeria';
|
font-family: 'Valeria';
|
||||||
|
font-size: 5rem;
|
||||||
}
|
}
|
||||||
{% block style %}{% endblock %}
|
{% block style %}{% endblock %}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{% extends 'base.html'%}
|
{% extends 'base.html'%}
|
||||||
{% block content %}
|
{% 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/>
|
||||||
<br/>
|
<br/>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
Loading…
Reference in a new issue