all repos — moviedb @ 6653c4c1930f1032b4b57b86bac6104730bf24da

A Flask web-app to browse movie information from IMDb using imdbpy

remove style.css
Prithu Goswami prithugoswami524@gmail.com
Thu, 30 Apr 2020 18:23:44 +0530
commit

6653c4c1930f1032b4b57b86bac6104730bf24da

parent

8d57d0b07e0dab3f513c94e60b9dd69041e2b094

1 files changed, 0 insertions(+), 89 deletions(-)

jump to
D moviedb/static/css/style.css

@@ -1,89 +0,0 @@

-body{ - background-image: url("../img/background2.jpg"); -} - -/*.header{ - margin-top: -30px; - margin-left:-10px; - margin-right:-10px; - font-family: Arial, Helvetica, sans-serif; - font-size: 20px; - color: rgb(76, 88, 4); - text-align:left; - background-color: rgb(2, 26, 18); - height:100px; - background-image: url("../img/header2.jpg") -} -h1{ -} -*/ -.form1{ - align-content: center; -} -.form2{ - align-content: center; -} -.form3{ - align-content: center; -} - -h1{ - margin-left:680px; -} - -.search_block{ - margin-left:720px; - margin-top:200px; -} - -.input{ - border:20px; - border-color:red; - margin-left:-200px; - height:50px; - width:900px; -} - -#b1{ - position: absolute; - margin-top:0px; - margin-left:20px; - height:50px; - width:90px; -} - -#b2{ - height: 200px; - width : 200px; - margin-left:-90px; - background-image: url("../img/5Star.jpg"); -} - -#b3{ - position: absolute; - height: 200px; - width : 200px; - margin-left: 400px; - margin-top:-200px; - background-image: url("../img/trending.jpg") -} - -#b3:hover{ - background-color: rgba(9, 109, 6, 0.842); - transform:scale(1.2,1.2); - -webkit-transform:scale(1.2,1.2); - -moz-transform:scale(1.2,1.2); - -} -#b2:hover{ - background-color: rgba(9, 109, 6, 0.842); - transform:scale(1.2,1.2); - -webkit-transform:scale(1.2,1.2); - -moz-transform:scale(1.2,1.2); -} -#b1:hover{ - background-color: darkcyan; - transform:scale(1.1,1.2); - -webkit-transform:scale(1.2,1.2); - -moz-transform:scale(1.2,1.2); -}