minor change to gitignore to stop committing build files

This commit is contained in:
Rosia E Evans 2023-09-29 01:09:17 +01:00
parent 45d611bf10
commit 287850b37e
15 changed files with 444 additions and 3 deletions

View 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;
}