Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytuo committed Sep 27, 2023
1 parent 5645300 commit dd65949
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
<h1 align="center">
<style>
.rotate {
animation: rotation 10s;
}
.linear {
animation-timing-function: linear;
}
.infinite {
animation-iteration-count: infinite;
}
@keyframes rotation {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}
</style>
<a href="https://github.com/Nytuo/CosmicComics">
<img class="rotate linear infinite" src="https://nytuo.fr/images/logo_cc.png" alt="Logo" width="auto" height="80">
<img src="https://nytuo.fr/images/logo_cc.png" alt="Logo" width="auto" height="80">
<img src="https://nytuo.fr/images/LogoTxt_cc.png" alt="Logo" width="auto" height="80">
</a>
</h1>
Expand Down

0 comments on commit dd65949

Please sign in to comment.