Skip to content

Commit

Permalink
chaaangingg
Browse files Browse the repository at this point in the history
  • Loading branch information
aviiciii committed Aug 27, 2024
1 parent e7c41d1 commit de731ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion css/style1.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
*/

:root {
--cherry-red: #aa1d39;
--primary-color: black;
--BGCOLOR: #cc1616
--BGCOLOR: #cc1616;
}

/* Domains CSS */
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,10 +380,10 @@ <h2 class="heading-small">
<div class="glimpse_flip-card remove">
<div class="glimpse_flip-card-inner">
<div class="glimpse_flip-card-front">
<img src="img/8.webp" alt="Avatar" />
<img src="https://ik.imagekit.io/kkf9yxfnrh/pechacks/Gallery/10.jpg?updatedAt=1724386499606" alt="Avatar" />
</div>
<div class="glimpse_flip-card-back">
<img src="https://ik.imagekit.io/kkf9yxfnrh/pechacks/Gallery/10.jpg?updatedAt=1724386499606" alt="Avatar" />
<img src="https://ik.imagekit.io/kkf9yxfnrh/pechacks/Gallery/6.jpg?updatedAt=1724386470365" alt="Avatar" />
</div>
</div>
</div>
Expand Down

0 comments on commit de731ec

Please sign in to comment.