adds css for prototype landingpage
This commit is contained in:
parent
67245fdcbb
commit
930a6d1751
2 changed files with 24 additions and 1 deletions
23
Resources/StaticPages/LandingPageWireframe.css
Normal file
23
Resources/StaticPages/LandingPageWireframe.css
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
header{
|
||||||
|
font-size: 3rem;
|
||||||
|
margin-bottom: 2%;
|
||||||
|
}
|
||||||
|
|
||||||
|
main{
|
||||||
|
width: 60%;
|
||||||
|
}
|
||||||
|
|
||||||
|
section{
|
||||||
|
margin-top: 3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.test{
|
||||||
|
margin: 10 0 10 0;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
gap: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.test a{
|
||||||
|
text-dectration: underline;
|
||||||
|
}
|
|
@ -55,4 +55,4 @@ int main(int argc, char* argv[])
|
||||||
|
|
||||||
// TODO: get images and resources moved across to output to
|
// TODO: get images and resources moved across to output to
|
||||||
// TODO: nav sections :eww:
|
// TODO: nav sections :eww:
|
||||||
|
// TODO: copy static pages over
|
||||||
|
|
Loading…
Add table
Reference in a new issue