floor css

master
poni 4 years ago
parent 12e9cb369d
commit 6701451624

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

Loading…
Cancel
Save