Skip to content

Commit

Permalink
enhanced cookies cross button
Browse files Browse the repository at this point in the history
  • Loading branch information
Saksham2k3s committed Aug 7, 2024
1 parent 32a2c02 commit 4ea6d35
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
color: #050505;
font-size: 24px;
cursor: pointer;
padding: 5px !important;
border-radius: 100%;
}

.cookie-consent .close-btn{
background: #000;
}

/*repetition*/
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@
</div>

<div id="cookie-consent">
<button class="close-btn" id="closeBtn">&times;</button>
<button class="close-btn" id="closeBtn" style="padding: 5px; height: 40px; width: 40px; border-radius: 100%; font-size: 30px;" >&times;</button>
<p>
We use cookies to improve your experience. By using our website, you consent to all cookies in accordance with our Cookie Policy.
<a href="#" id="learn-more-link">Learn More</a>
Expand Down

0 comments on commit 4ea6d35

Please sign in to comment.