Basic input ish

by wittnl

HTML

<label>Input, ya fart<br/>
<input type="text" placeholder="Your mom..." /></label>

CSS

body {
  font: 18px/20px helvetica, arial, sans-serif;
}

input {
	font-weight: bold;
  font-size: 18px;
}

input::placeholder {
  font-weight: normal;
  font-style: italic;
}