Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<input id="password" type="password" name="fuck" value="" />
input.password { border:1px solid #000000;background-color:#ff00ff }
niklasboelter schrieb:ne css in html ist ja auch mist.
HTML datei:
CSS datei:Code:<input id="password" type="password" name="fuck" value="" />
Code:input.password { border:1px solid #000000;background-color:#ff00ff }
<input class="password" type="password" name="fuck" value="" />
input.password { border:1px solid #000000;background-color:#ff00ff }
input.password { border:1px solid #000000;background-color:#ff00ff; color: #farbwert; }