mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-04 09:46:43 +00:00
github pages
This commit is contained in:
parent
a7be57dd0b
commit
4be5ff9098
@ -56,7 +56,7 @@
|
||||
|
||||
<section class="screenshot">
|
||||
<img src="https://github.com/Abdenasser/neohtop/raw/main/screenshot.jpg" alt="NeoHtop Screenshot"
|
||||
class="screenshot-img">
|
||||
class="screenshot-img" loading="lazy">
|
||||
</section>
|
||||
|
||||
<section id="features" class="features">
|
||||
|
@ -338,4 +338,18 @@ footer {
|
||||
.step,
|
||||
.download-button {
|
||||
animation: fadeIn 0.5s ease-out;
|
||||
}
|
||||
|
||||
.screenshot {
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
margin: 2rem auto;
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
||||
.screenshot-img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
||||
}
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user