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.
57 lines
784 B
57 lines
784 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;
|
|
}
|
|
|
|
.list{
|
|
list-style-type: none;
|
|
display: flex;
|
|
align-items: flex-start;
|
|
gap: 12px;
|
|
margin-bottom: 50px;
|
|
|
|
}
|
|
|
|
a:link {
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:visited {
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a:active {
|
|
text-decoration: underline;
|
|
}
|