mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-14 00:30:33 +00:00
wip basic page
This commit is contained in:
parent
38705d8424
commit
c51a170f33
3 changed files with 79 additions and 42 deletions
12
code/frontend/src/pages/AboutUs.tsx
Normal file
12
code/frontend/src/pages/AboutUs.tsx
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
|
||||
function AboutUs() {
|
||||
|
||||
return (
|
||||
<div className="body mainbox">
|
||||
<div className="test"> <img style={{height: "200vh"}} src='/assets/icons/feather_black.svg' alt="featherIcon" /> </div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default AboutUs;
|
17
code/frontend/src/pages/aboutUs.css
Normal file
17
code/frontend/src/pages/aboutUs.css
Normal file
|
@ -0,0 +1,17 @@
|
|||
.mainbox {
|
||||
height: (100vh - var(--Header-height));
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.mainbox {
|
||||
height: (100vh - var(--Header-height));
|
||||
}
|
||||
}
|
||||
|
||||
.test {
|
||||
flex-grow: 1;
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
color: aqua;
|
||||
background-color: aquamarine;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue