Struggling to implement Media Query in my HTML5 form that was styled using CSS. Any assistance would be greatly appreciated.
<div class="form">
<form action="Login.jsp" method="post" >
<input type="text" name="username" placeholder="username" required/>
<button>login</button>
Not yet registered? <a href="RegisterForm.jsp">Create an account</a></p>
The style is stored in style.css file.