mirror of
https://github.com/hnasheralneam/hnasheralneam.github.io.git
synced 2024-11-07 08:05:54 -05:00
hi
This commit is contained in:
parent
d8c9ee7f51
commit
5e8110a633
2 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<a href="#">Home</a>
|
||||
<a href="index.html">Home</a>
|
||||
</nav>
|
||||
<h2>Like the game? Download our app!</h2>
|
||||
<div class="downloads">
|
||||
|
|
Loading…
Reference in a new issue