This commit is contained in:
Squirrel-314 2020-12-01 15:52:43 -05:00
parent d8c9ee7f51
commit 5e8110a633
2 changed files with 9 additions and 1 deletions

View file

@ -47,6 +47,14 @@ h2 {
animation: colors 8s infinite alternate; animation: colors 8s infinite alternate;
} }
.download:nth-child(2) {
animation-delay: .5s;
}
.download:nth-child(3) {
animation-delay: 1s;
}
@keyframes colors { @keyframes colors {
0% { 0% {
background-color: red; background-color: red;

View file

@ -7,7 +7,7 @@
</head> </head>
<body> <body>
<nav> <nav>
<a href="#">Home</a> <a href="index.html">Home</a>
</nav> </nav>
<h2>Like the game? Download our app!</h2> <h2>Like the game? Download our app!</h2>
<div class="downloads"> <div class="downloads">