Added CSS

This commit is contained in:
Sarim-Sheikh-2003
2023-11-04 16:02:00 -06:00
parent 34ac2f6cf1
commit befd44100f
4 changed files with 38 additions and 12 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;
}