Update file style.css

This commit is contained in:
Jan BELLON 2024-03-08 22:26:52 +00:00
parent 5ef39e15df
commit cadfa4a6d0

View File

@ -29,7 +29,14 @@ header, footer, nav {
header, footer {
justify-content: space-between;
border: 1px solid var(--text);
}
nav {
border-bottom: 1px solid var(--text);
}
footer {
border-top: 1px solid var(--text);
}
input, textarea {