You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
473 B
32 lines
473 B
.body{
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.header{
|
|
text-align: center;
|
|
}
|
|
|
|
.search-movies{
|
|
height: 50px;
|
|
padding: 10px;
|
|
border-radius: 25px;
|
|
width: 800px;
|
|
outline-width: 0;
|
|
display: inline-block;
|
|
}
|
|
|
|
.form-box button:hover,.form-box button:active{
|
|
background:#43A047;
|
|
}
|
|
|
|
.search-btn{
|
|
height: 50px;
|
|
width: 150px;
|
|
background: #ffeb3b;
|
|
border: none;
|
|
color: #000;
|
|
border-radius: 25px;
|
|
outline: 0;
|
|
cursor: pointer;
|
|
}
|
|
|