Skip to content

Commit

Permalink
Create style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaydeep-Yadav authored Oct 9, 2021
1 parent 8df43a4 commit f191683
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Note Taking Web App/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
*{
user-select: none;
}

.note{
user-select: auto;
}
body{
background: url(bg.jpg) fixed;
}
.container{
margin-top: 100px;
}

.navbar{
overflow: hidden;
position: fixed;
top:0;
width:100%;
z-index: 1;
}
.container h1 {
color: white;
}

0 comments on commit f191683

Please sign in to comment.