Skip to content

Commit

Permalink
Merge pull request #1807 from Ilmakram/main
Browse files Browse the repository at this point in the history
Update index.html and style.css
  • Loading branch information
ANSHIKA-26 authored Nov 9, 2024
2 parents 461d11d + 179ad1e commit 4eb92d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1522,8 +1522,14 @@ <h3>Sentence: </h3>
<style>
#word-of-the-day {
font-family: Arial, sans-serif;
min-height: 10vh;
background-color: #f9b0b0;
width: 80%; /* Adjust width as desired */
border-radius: 15px; /* Adds curved edges */
margin: 0 auto; /* Centers the element */
padding: 10px; /* Adds inner spacing */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional: adds shadow for a
}

.word-entry {
display: flex;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2282,7 +2282,7 @@ h1 {
}

.accordion__wrapper {
background-color: #f3b5af;
background-color: #f9b0b0;
box-shadow: 0px 60px 56px -12px rgba(9, 40, 163, 0.05);
border-radius: 2.5rem;
width: 100%;
Expand Down

1 comment on commit 4eb92d1

@vercel
Copy link

@vercel vercel bot commented on 4eb92d1 Nov 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.