Added transition effect when changing background colour.

This commit is contained in:
neviyn 2015-10-04 03:01:40 +01:00
parent c6b94ee31c
commit cd9a951c42

View File

@ -11,6 +11,7 @@
body{
background-color: lightgray;
transition: all 0.5s ease 0s;
}
.correct{