- Design du front pour les résultats de recherche.
This commit is contained in:
@ -7,7 +7,14 @@
|
||||
|
||||
<div>
|
||||
{% for book in datas.items %}
|
||||
<h1>{{ book.volumeInfo.title }}</h1>
|
||||
<div class="flex justify-center">
|
||||
<div class="border rounded-xl w-1/2 py-2 flex flex-col justify-center mt-5">
|
||||
<h1 class="font-bold p-2 text-2xl ">{{ book.volumeInfo.title }}</h1>
|
||||
|
||||
<img src="https://img.freepik.com/vecteurs-libre/vecteur-modele-cadre-courbe-bleu-ceruleen_53876-136094.jpg" class="p-2" style="width: 20%" height="20px">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user