coin.css
481 Bytes
@charset "utf-8";
body {
height: 100vh;
background-image: url('C:/Users/user/Documents/coinkaraoke/css/Sing.jpg');
background-repeat : no-repeat;
background-size : cover;
}
#title_message{
font-size:3rem;
font-weight: normal;
}
.input-medium-search-query{
width:1000px;
height:50px;
font-size:30px;
}
#move_button{
padding: 10px 13px;
background-color: #07C;
color: white;
border: none;
border-radius: 50px;
font-size:30px;
text-decoration: none;
}