mirror of
https://github.com/UofCBaja/BajaUofCWebsite.git
synced 2025-06-15 05:14:18 -06:00
Merge branch 'header' of github.com:UofCBaja/BajaUofCWebsite into header
This commit is contained in:
commit
ff82e63210
@ -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 |
Loading…
x
Reference in New Issue
Block a user