I’ve been stuck for a week trying to check in the code I have made this button in HTML and CSS, It’s my first experience and a lot of help in free code camp but a little bit of a problem in button with the mobile screen and some responsive issues. Does anyone give me suggestions, so that I do follow them? thanks
<div class="playhere-section" id="play_section">
<div class="play-button" id="play-button">
<button class="btn playbutton btn-lg active" role="button" id="play_btn" aria-pressed="true">Play Here</button>
</div>
</div>
.playhere-section {
display: flex;
justify-content: center;
padding-bottom: 2%;
/* align-items: center; */
}