move border and background to header

This commit is contained in:
filifa 2024-05-27 18:35:52 -05:00
parent e73c8de725
commit 42f501c319
1 changed files with 3 additions and 4 deletions

View File

@ -6,6 +6,8 @@ html {
}
header {
border: 3px black solid;
background: turquoise;
margin: 5px;
height: 110px;
display: flex;
@ -22,16 +24,13 @@ footer {
}
#headerimg {
border: 3px black solid;
border-right: 0;
border-right: 3px solid black;
max-height: 100%;
object-fit: cover;
flex: 1;
}
#headermain {
background: turquoise;
border: 3px black solid;
text-align: center;
height: 100%;
flex: 4;