GDSC-SIT-2024 / HacktoberFest-Session24

4 stars 38 forks source link

updated changes #11

Open ratanmaurya opened 1 month ago

ratanmaurya commented 1 month ago

Here are the changes made in your CSS:

Fixed missing colon in the .btn::after block: Before: &::after { content: ''; position absolute; ... } After: &::after { content: ''; position: absolute; ... }