Skip to content

Commit

Permalink
Merge pull request #397 from Dimcom1010/add_new_img
Browse files Browse the repository at this point in the history
feat: add fox img
  • Loading branch information
Dishpit authored Jan 8, 2025
2 parents 3bfb3b7 + b002522 commit 65bbe84
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
Binary file added LIVE/assets/img/fox.webp
Binary file not shown.
5 changes: 4 additions & 1 deletion LIVE/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<script src="tv/hls.min.js"></script>
<script src="src/static/js/anime_girl_live_stream.js"></script>
<link rel="stylesheet" href="src/static/css/main.css" />
<link rel="stylesheet" href="src/static/css/fox_styles.css" />
<script src="src/static/js/ip.js"></script>
<link rel="stylesheet" href="src/static/css/ip.css" />

Expand Down Expand Up @@ -111,7 +112,9 @@ <h3>Navigation:</h3>
alt="SLOPCLOUD LIFETIME FREE"
/>
</a>

<div class="fox_wrapper">
<img src="assets/img/fox.webp" alt="fox" />
</div>
<a href="https://sleepie.dev/femboy-not-gay" target="_blank"
>Why its not gay to like femboys</a
>
Expand Down
10 changes: 10 additions & 0 deletions LIVE/src/static/css/fox_styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.fox_wrapper {
display: flex;
width: 100%;
justify-content: center;
}
/* добавление свечения вокруг картинки */
.fox_wrapper img {
border-radius: 10px;
box-shadow: 0 0 50px rgb(255, 255, 255);
}

0 comments on commit 65bbe84

Please sign in to comment.