detect the season and display buttons with the appropriate colors!
here are the colors for each season:
- spring:
lightgreen
- summer:
yellow
- autumn:
orange
- winter:
white
text
: the text to display on the buttononclick
: works like normal js onclick
<script src="https://sctech.netlify.app/pkg/seasonal-buttons.js" async defer>
<seasonal-button text="click me!" onclick="alert('hello!')"></seasonal-button>
https://sctech.netlify.app/pkg/seasonal-buttons.js