Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ section h3.section-subheading {
font-weight: 700;
}

.border-orange{
border: 1px solid orange;
}

.btn-xl {
font-size: 18px;
padding: 20px 40px;
Expand Down
2 changes: 1 addition & 1 deletion js/movie.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function getMovie() {
<a href ="https://imdb.com/title/${
movie.imdb_id
}" target ="_blank" class="btn btn-primary">View Imdb</a>
<a href="movies.html" clas="btn btn-default">Go back to search</a>
<a href="movies.html" clas="btn btn-default" >Go back to search </a>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion movies.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h4 class="text-center" style="color:white; padding-top: 20px;">Are you over 18
<div class="row">
<div class="col-md-9">
<span class="copyright">Copyright &copy; StreamIt Developed By
<b>Hrishikesh Baidya</b> in 2018</span>
<b>Hrishikesh Baidya</b> in 2018 </span>
</div>
<div class="col-md-3">
<ul class="list-inline social-buttons">
Expand Down