Hocam,
<link rel="stylesheet" type="text/css" href="sizincssdosyanız.css">
ile css dosyanızı çektikten sonra veya head taglarının arasına yazıyorsanız. css bölümüne
input[type=text]
{
background-color: #E74C3C;
}yazarsanız yazının arkaplanı kırmızı olacaktır.
input[type=text]
{
color: #E74C3C;
}
yazarsanız yazının kendi kırmızı olacaktır.<form method="get" action="http://www.google.com/search" target="_blank"> <input size="45" ength="200" max="" style="border-style: " name="q" placeholder="Aradığınız Ders Notunu Buraya Yazınız!!!" type="text2" /><input type="submit" style="color: " name="btng" value="ara" /><input type="radio" checked="checked" name="sitesearch" value="aofplatformu.com" /><input type="hidden" name="forid" value="1" /> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="cof" /> <input type="hidden" name="hl" value="tr" /> </form>
<input size="45" ength="200" max="" style="border-style: " name="q" placeholder="Aradığınız Ders Notunu Buraya Yazınız!!!" type="text2" />
type="text2" olarak değiştirip
input[type=text2]
{
color: #E74C3C;
}yazarsanız css dosyanıza sadece "Aradığınız Ders Notunu Buraya Yazınız" rengi kırmızı olur.