use bootstrap

This commit is contained in:
Jannis Portmann 2021-04-24 16:59:51 +02:00
parent e209ea73ff
commit f3ad0e4638
20 changed files with 5563 additions and 18 deletions

View file

@ -1,14 +1,9 @@
{% extends 'base.html.twig' %}
{% block title %}Hello AppController!{% endblock %}
{% block title %}User{% endblock %}
{% block body %}
<style>
.example-wrapper { margin: 1em auto; max-width: 800px; width: 95%; font: 18px/1.5 sans-serif; }
.example-wrapper code { background: #F5F5F5; padding: 2px 6px; }
</style>
<div class="example-wrapper">
<h1>Hello {{ user.username }}!</h1>
<div class="mb-3">
<h1>Hello {{ user.username }}!</p>
</div>
{% endblock %}