mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-01 15:14:28 +02:00
18 lines
802 B
Svelte
18 lines
802 B
Svelte
<script>
|
|
|
|
</script>
|
|
|
|
<div class="hero-img" style ="background-image:url('/manager.png')" alt="Screenshot of ReVanced Manager">afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real </div>
|
|
|
|
<style>
|
|
.hero-img {
|
|
height: 400px;
|
|
width:fit-content;
|
|
border-radius: 20px;
|
|
transform: rotate(3.7deg) translateY(-35%) translateX(200%);
|
|
user-select: none;
|
|
position: absolute;
|
|
}
|
|
</style>
|
|
|