i think reddit will help you more than hltv man
2023-03-29 05:02
I hate css so much
try stackexchange
2023-03-30 09:00
idk why struggle with only CSS, you can do this with JS easily, but I think you need to wrap that input in a form
<form>
<input type="email" required name="email" id="email">
<i class="fa-solid fa-envelope"></i>
<label for="email">email address</label>
-- and add a submit button --
<button type="submit">Click</button>
</form>
so when you click the button, the given requirements with execute, meaning the required/not valid conditions will check if true
In pure JS or frameworks there is much easier ways to do this
2023-03-30 10:05
just put your information in hltv thread and link your domain to thread
ez without any webdev skills
2023-03-30 14:27