Edit error page

This commit is contained in:
Paul Nicoué 2023-01-10 10:28:09 +01:00
parent 0418315f4d
commit 4341a3ff9e
7 changed files with 191 additions and 34 deletions

View file

@ -3,7 +3,7 @@
<main>
<div class="title">
<h1 class="title__name">Paul Nicoué</h1>
<div class="title__separator"></div>
<div class="title__separator" aria-hidden="true"></div>
<h2 class="title__job">Intégrateur web & développeur full stack</h2>
</div>
</main>
@ -46,7 +46,7 @@
width: 0;
height: 1px;
margin: 0.5rem auto;
background-color: var(--emerald);
background-color: var(--accent-color);
animation: expand-width 400ms ease-in-out 200ms forwards;
}