Red Asterisk directly beside placeholder in input box
问题 I've done a bunch of googling, but I can't find an answer anywhere that works for me. I'm creating a form (for the first time ever) and I need a red asterisk directly next to the placeholder text in the input boxes. Embarrassingly, this is the closest I have been able to get so far: form { margin: 0 auto; background-color: #3d549a; } input { font-family: avenir; font-size: 17px; color: #ffffff; font-weight: 100; border: none; width: 400px; padding: 15px; border-radius: 5px; } textarea {