mirror of
https://github.com/UofCBaja/BajaUofCWebsite.git
synced 2025-07-09 12:47:12 -06:00
feat(homePage): banner mostly complete and 2 hour challenge complete, most of page sort of done
This commit is contained in:
45
src/Home/Home.css
Normal file
45
src/Home/Home.css
Normal file
@ -0,0 +1,45 @@
|
||||
#HomeTop {
|
||||
display: flex;
|
||||
position: relative;
|
||||
|
||||
justify-content: end;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#HomeTop img {
|
||||
height: 76svh;
|
||||
width: 100%;
|
||||
background-image: url(https://picsum.photos/200);
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
|
||||
position: absolute;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
#HomeTop div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
|
||||
margin-right: 25svw;
|
||||
margin-bottom: 25svh;
|
||||
}
|
||||
|
||||
#HomeTop div h1 {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#HomeTop div h2 {
|
||||
}
|
||||
|
||||
#HomePageLayout div {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#HomePageLayout div div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
Reference in New Issue
Block a user