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
58
Resources/Static/Wireframe.css
Normal file
58
Resources/Static/Wireframe.css
Normal file
|
@ -0,0 +1,58 @@
|
|||
h1{
|
||||
color: black;
|
||||
}
|
||||
|
||||
header{
|
||||
font-size: 3rem;
|
||||
margin-bottom: 2%;
|
||||
}
|
||||
|
||||
main{
|
||||
display: flex;
|
||||
}
|
||||
|
||||
nav{
|
||||
margin-right: 5%;
|
||||
width: 10%;
|
||||
}
|
||||
|
||||
nav a{
|
||||
text-decoration: underline;
|
||||
color: black;
|
||||
}
|
||||
nav a:visited{
|
||||
color: black;
|
||||
}
|
||||
|
||||
nav a:hover{
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
nav h1{
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
nav h2{
|
||||
font-size: 1rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
article{
|
||||
width: 40rem;
|
||||
}
|
||||
|
||||
ul{
|
||||
list-style-type: "- ";
|
||||
}
|
||||
|
||||
pre
|
||||
{
|
||||
background-color: lightgray;
|
||||
padding: 3px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
img{
|
||||
width: 50%;
|
||||
margin-top: 10px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue