floor css

master
poni 3 years ago
parent 12e9cb369d
commit 6701451624

@ -2,18 +2,19 @@ body {
/*/width: 300px;
height: 200px; /*/
background: red;
animation: mymove 20s infinite;
animation: mymove 25s infinite;
font-family:"Gill Sans", sans-serif;
font-size:20pt;
}
/*/ background colors shifting /*/
@keyframes mymove {
0% { background-color:#FF8300; } /*/orange/*/
20% { background-color:#F1E4AB; } /*/ocre/*/
20% { background-color:#963C61; } /*/brownpurpl/*/
40% { background-color:#CE8BFF; } /*/purple/*/
60% { background-color:#FFF0D3; } /*/yellow/*/
80% { background-color:#DBDBDB; } /*/grey/*/
100% { background-color:#F1CEAB; } /*/brown/*/
50% { background-color:#6882FF; } /*/lavender/*/
60% { background-color:#82FFA3; } /*/green/*/
85% { background-color:#000; } /*/black/*/
100%{ background-color:#FF8300; } /*/orange/*/
}
@font-face {
@ -38,7 +39,7 @@ a.link{
#question{
width:100%;
background: white;
color: white;
height: 60px;
text-align: center;
}

Loading…
Cancel
Save