Improve styles

This commit is contained in:
Paulo Gustavo Veiga
2022-01-10 19:49:06 -08:00
parent b1b8dde547
commit decc76015c
4 changed files with 37 additions and 13 deletions

View File

@@ -31,15 +31,21 @@
</head>
<body>
<div id="errorContainer">
<h1>
<div id="errorContainer">
<div class='col'>
<h1>Opps !</h1>
<h2>
<spring:message code="${requestScope.title}"/>
</h2>
<p>
<spring:message code="${requestScope.details}"/>
</p>
</div>
<div id="bottom-logo"></div>
<div class='column'>
<div id="icon"></div>
</div>
</div>
<div id="bottom-logo"></div>
</body>
</html>