Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Hariom-Handloom authored Dec 6, 2024
1 parent 3f2299f commit 6eae672
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ table {
box-shadow: 0px 0px 25px 7px #D4EBF8;
border-radius: 3%;
padding: 2%;
background-color: lightblue;
}

.yes,.yes_row td{
Expand All @@ -17,6 +18,7 @@ td {
transition: transform .2s; /* Animation */
margin: 10px;
border-radius: 5px;
user-select: none;
}

.yes_row td:hover,.yes:hover{
Expand Down Expand Up @@ -46,12 +48,11 @@ html,body{
padding-bottom: 0;
}

table{
background-color: lightblue;
}

/* Periodic Table heading */
h1 {
user-select: none;
margin: 0;
padding-bottom: 3%;
color: lightblue;
text-shadow: 0 0 6px #D4EBF8;
text-align: center;
Expand Down

0 comments on commit 6eae672

Please sign in to comment.