Skip to content

Commit 5d37ac4

Browse files
committed
Fav added
1 parent cf173dc commit 5d37ac4

2 files changed

Lines changed: 15 additions & 8 deletions

File tree

assets/gallery.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,10 @@ a:focus {
9898
.tag.book { background-color: #81d4fa; color: #000; } /* Books */
9999
.tag.movie { background-color: #ef9a9a; color: #000; } /* Movies */
100100
.tag.game { background-color: #a5d6a7; color: #000; } /* Games */
101+
102+
.desc {
103+
width: 100%;
104+
overflow: hidden;
105+
text-overflow: ellipsis;
106+
white-space: nowrap;
107+
}

fav.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,35 +30,35 @@
3030
<div class="gallery-container">
3131

3232
<div class="gallery">
33-
<a target="_blank" href="">
34-
<img src="assets/fav_tnails/better.webp" alt="https://www.imdb.com/title/tt3032476">
33+
<a target="_blank" href="https://www.imdb.com/title/tt3032476">
34+
<img src="assets/fav_tnails/better.webp" alt="Better Call Saul">
3535
</a>
3636
<div class="desc">Better Call Saul
3737
<span class="tag tv">TV</span>
3838
</div>
3939
</div>
4040

4141
<div class="gallery">
42-
<a target="_blank" href="">
43-
<img src="assets/fav_tnails/essentialism.webp" alt="https://www.goodreads.com/book/show/19776547-essentialism">
42+
<a target="_blank" href="https://www.goodreads.com/book/show/19776547-essentialism">
43+
<img src="assets/fav_tnails/essentialism.webp" alt="Essentialism">
4444
</a>
4545
<div class="desc">Essentialism
4646
<span class="tag book">Book</span>
4747
</div>
4848
</div>
4949

5050
<div class="gallery">
51-
<a target="_blank" href="">
52-
<img src="assets/fav_tnails/grand.webp" alt="https://www.imdb.com/title/tt2278388">
51+
<a target="_blank" href="https://www.imdb.com/title/tt2278388">
52+
<img src="assets/fav_tnails/grand.webp" alt="The Grand Budapest Hotel">
5353
</a>
5454
<div class="desc">The Grand Budapest Hotel
5555
<span class="tag movie">Movie</span>
5656
</div>
5757
</div>
5858

5959
<div class="gallery">
60-
<a target="_blank" href="">
61-
<img src="assets/fav_tnails/horizon.webp" alt="https://store.steampowered.com/app/1151640/Horizon_Zero_Dawn_Complete_Edition/">
60+
<a target="_blank" href="https://store.steampowered.com/app/1151640/Horizon_Zero_Dawn_Complete_Edition/">
61+
<img src="assets/fav_tnails/horizon.webp" alt="Horizon Zero Dawn">
6262
</a>
6363
<div class="desc">Horizon Zero Dawn
6464
<span class="tag game">Game</span>

0 commit comments

Comments
 (0)