Skip to content

Commit

Permalink
add more stlying
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnsull3 committed Feb 21, 2020
1 parent 3fbf0da commit f6e6731
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/bundle.js

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

23 changes: 19 additions & 4 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,26 @@
}

.searchbar {
margin: 3px;
margin: 5px;
width: 60%;
align-items: center;
padding: 4px;
}

.inputbar {
margin: 3px;
margin: 5px;
width: 60%;
align-items: center;
padding: 4px;
}

.filter {
border: 1px;
border-style: solid;
border-color: rgb(4, 85, 4);
margin: 2px;
margin: auto;
background-color: lightgrey;
padding: 3px;
}

body {
Expand All @@ -34,17 +40,21 @@ body {
border-color: darkgreen;
border-radius: 10px;
font-weight: bold;
margin: 3px;
margin: auto;
width: 33%;
}

.movieListEntry{
background-color: lightgrey;
text-align: left;
}

.watchBtn {
border-radius: 10px;
text-align: right;
}


.navbar {
border: 1px;
border-style: solid;
Expand All @@ -59,4 +69,9 @@ body {
border-color: rgb(4, 85, 4);
margin: 2px;
background-color: lightgrey;
}

h4 {
padding-left: 25px;
margin: 5px;
}

0 comments on commit f6e6731

Please sign in to comment.