In a element like the one that follows, that gives an input text with a place holder, I would like to know how to style the field and its placeholder (i.e center the placeholder, change the size of the fields …) using CSS, or html.
<label id="name-label"><strong>Name</strong><input id="name" type="text" placeholder="Enter your name" required></label>