Skip to content

Commit

Permalink
[ADD] Styles resources
Browse files Browse the repository at this point in the history
  • Loading branch information
cabustillo13 committed Oct 3, 2021
1 parent c97dc6e commit abad0b8
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 0 deletions.
207 changes: 207 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 41 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@

body {
background-color: rgb(3, 0, 32);
margin: 20px;
}

.main-nav {
width: 33%;
background-color: slategray;
margin: 1cm;

color: white;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}
nav{
box-shadow: 5px 10px;
}
canvas {
width: 100vw;
height: 100vh;
}
ul {

list-style-type: none;
margin: 0;
padding: 0;

}
h1,h2{
margin-top: 1cm;
color:whitesmoke
}

p{
color: black;
margin: 0.75cm;
}

0 comments on commit abad0b8

Please sign in to comment.