@hemanuelaSubmitted about 3 years ago
Feedbacks are welcome :)
I didn't code the error msg (input). I don't know how to do it yet ^-^'' As soon as I get it, I'll update the code.
Tks in advance
Feedbacks are welcome :)
I didn't code the error msg (input). I don't know how to do it yet ^-^'' As soon as I get it, I'll update the code.
Tks in advance
for the navbar try : nav { display: flex; align-items: center; padding: 20px 8%; }
nav .logo { cursor: pointer; margin: 25px; }
nav ul { flex: 1; text-align: right; }
nav ul li { display: inline-block; margin: 0 20px; text-decoration: underline; cursor: pointer; } it will be better