Posts by Gabs Chermont • 1 point
2 posts
-
0
votes2
answers31
viewsA: adjust border bottom top
Hello, I revised your code and changed the margin and the padding of your .menu read to and .menu li. I added a Transition-Duration to make the Hover more fluid. Tip: When trying to adjust the…
-
-2
votes2
answers28
viewsQ: For all input, is it always necessary to add a value? And how do I make value not change the placeholder?
I’m creating a simple form with pure HTML from what I learned in Freecodecamp. But I was a little confused on the question of whether or not it is necessary to put value on every input because, in…