mindjack/content/hypno/colors/colors.css

29 lines
370 B
CSS

#word {
font-size: 80px;
font-family: 'Raleway';
font-weight: bold;
width: 100%;
text-align: center;
position: absolute;
top: 50%;
transform: translateY(-50%);
color: red;
}
#word img {
height: 100px;
width: 75px;
}
#word svg path {
fill: #c00;
}
#word svg:hover path {
fill: red;
}
#reload {
display: none;
}