Merge branch 'header' of github.com:UofCBaja/BajaUofCWebsite into header

This commit is contained in:
darkicewolf50 2024-03-13 13:54:43 -06:00
commit ff82e63210
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
header {
display: flex;
flex-direction: column;
margin: 1%;
margin-top: 0%;
}
.banner {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
background-color: aqua;
}
.logo {
width: 10%;
height: 10%;
background-color: white;
}
#title {
background-color: blueviolet;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 38 KiB