move border and background to header
This commit is contained in:
@@ -6,6 +6,8 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
border: 3px black solid;
|
||||||
|
background: turquoise;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
height: 110px;
|
height: 110px;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -22,16 +24,13 @@ footer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#headerimg {
|
#headerimg {
|
||||||
border: 3px black solid;
|
border-right: 3px solid black;
|
||||||
border-right: 0;
|
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#headermain {
|
#headermain {
|
||||||
background: turquoise;
|
|
||||||
border: 3px black solid;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
flex: 4;
|
flex: 4;
|
||||||
|
|||||||
Reference in New Issue
Block a user