From 670145162436e3faca5c91f364688e3c2cd31e80 Mon Sep 17 00:00:00 2001 From: poni Date: Wed, 2 Dec 2020 12:08:11 +0000 Subject: [PATCH] floor css --- ECO-SWARAJ/stylesheet.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/ECO-SWARAJ/stylesheet.css b/ECO-SWARAJ/stylesheet.css index 18b2ad2..f655a53 100644 --- a/ECO-SWARAJ/stylesheet.css +++ b/ECO-SWARAJ/stylesheet.css @@ -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; }