From 5e8110a633a18981cc8511556bb00edf97f462cf Mon Sep 17 00:00:00 2001 From: Squirrel-314 <68402033+Squirrel-314@users.noreply.github.com> Date: Tue, 1 Dec 2020 15:52:43 -0500 Subject: [PATCH] hi --- download-gold-rush.css | 8 ++++++++ download-gold-rush.html | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/download-gold-rush.css b/download-gold-rush.css index 2dfa731..7d00013 100644 --- a/download-gold-rush.css +++ b/download-gold-rush.css @@ -47,6 +47,14 @@ h2 { animation: colors 8s infinite alternate; } +.download:nth-child(2) { + animation-delay: .5s; +} + +.download:nth-child(3) { + animation-delay: 1s; +} + @keyframes colors { 0% { background-color: red; diff --git a/download-gold-rush.html b/download-gold-rush.html index 408e271..fb7b8e4 100644 --- a/download-gold-rush.html +++ b/download-gold-rush.html @@ -7,7 +7,7 @@