Helpful Css code snippet references for my project

Custom styled dropdown Html and Css <div class="select-dropdown"> <select name="my-review-status" id="my-review-status"> <option value="1">Given</option> <option value="2">Not Given</option> </select> </div> .select-dropdown { position: relative; background-color: #e6e6e6; width: auto; float: left; max...

Css Code references

To create Basic background colored button - <a style="background-color: #ed9c28; width: 31%; color: #fff; font-size: 12px; font-weight: bold; text-align: center; padding: 6px 12px;" href="https://someurl.com" target="_blank">বিস্তারিত দেখুন </a>