Skip to content

Commit

Permalink
Update registered.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tildajson authored Jan 24, 2024
1 parent c97fc40 commit 7407cbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bookapp/templates/registered.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
{% load static %}

{% block content %}

<!-- Display form when user successfully registers -->
<body style="background-color: #1A312B;">
<img src="../static/bookstack.jpg" class="img-fluid" alt="...">
<div class="card card-transparent text-center position-absolute top-50 start-50 translate-middle" style="width: 30em; height: 25em; background-color: rgba(82, 103, 77, 0.8);">
Expand All @@ -22,4 +24,4 @@ <h2 class="card-title mb-2 mt-4" style="color: #EEEAE7; font-family: 'Gentium Bo
</div>
</div>
</body>
{% endblock %}
{% endblock %}

0 comments on commit 7407cbb

Please sign in to comment.