mirror of
https://github.com/hnasheralneam/hnasheralneam.github.io.git
synced 2024-11-06 23:55: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;
|
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;
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue