Untitled
2 years ago in CSS
body {
background-color: black; color: white;
text-align:center;
}
h1#title {
text-align: center;
color: green;
}
h1#name{
color: #80ffff;
text-align: center;
animation-name: leg;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
@keyframes leg {
25%{
opacity: 0;
}
50%{
opacity: 1;
}
75%{
opacity: 0;
}
100%{
opacity: 1;
}
}
#luck {
text-align: center;
color: red;
}
img#logo {
border-radius:50%;
}
embed#song {
display:none;
}
#cntct {
color: red;
}
#wor {
color: #1538ff;
}