@@ -4,3 +4,8 @@ $yellow: #fde16d;
@import "~bootstrap/scss/bootstrap";
+body {
+ background-image: url('../images/fond.jpg');
+ padding-top:5rem;
+ padding-bottom:4rem;
+}
@@ -8,7 +8,7 @@
{% block stylesheets %}{% endblock %}
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}" />
</head>
- <body style="padding-top:5rem;padding-bottom:4rem;">
+ <body>
<div class="container">
<header>
{% include 'flashbag.html.twig' %}