minor change to gitignore to stop committing build files
This commit is contained in:
parent
45d611bf10
commit
287850b37e
15 changed files with 444 additions and 3 deletions
23
Resources/Output/LandingPageWireframe.css
Normal file
23
Resources/Output/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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue