From 7858ccb1b056515528538ff5f407eea979d00845 Mon Sep 17 00:00:00 2001 From: swaminathan33 Date: Fri, 16 Aug 2024 03:22:36 +0530 Subject: [PATCH] first contribution --- css/style.css | 4 ++++ js/movie.js | 2 +- movies.html | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index c560d55..cff4bd8 100644 --- a/css/style.css +++ b/css/style.css @@ -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; diff --git a/js/movie.js b/js/movie.js index 00d32c0..95d1573 100644 --- a/js/movie.js +++ b/js/movie.js @@ -115,7 +115,7 @@ function getMovie() { View Imdb - Go back to search + Go back to search
diff --git a/movies.html b/movies.html index 85a4768..a19e00a 100644 --- a/movies.html +++ b/movies.html @@ -98,7 +98,7 @@

Are you over 18
Copyright © StreamIt Developed By - Hrishikesh Baidya in 2018 + Hrishikesh Baidya in 2018