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.
43 lines
550 B
43 lines
550 B
body{
|
|
background-color: #000000;
|
|
background-image:url("pic.jpg");
|
|
background-position:center;
|
|
background-repeat:no-repeat;
|
|
background-size:auto;
|
|
}
|
|
|
|
h1{
|
|
text-align: center;
|
|
color:whitesmoke;
|
|
}
|
|
|
|
form{
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
#gs{
|
|
color:aqua;
|
|
}
|
|
|
|
#yt{
|
|
color: whitesmoke
|
|
}
|
|
|
|
button{
|
|
|
|
background-color:#0a0a23;
|
|
color: #fff;
|
|
border-radius:100px;
|
|
padding:5px;
|
|
min-height:30px;
|
|
min-width: 70px;
|
|
}
|
|
|
|
#credit{
|
|
color: #fff;
|
|
text-align: center;
|
|
position: relative;
|
|
top: 350px;
|
|
}
|