Css: Ózgerisler arasındaǵı ayırmashılıq

Wikipedia, erkin enciklopediya
Content deleted Content added
k r2.6.4) (Bot Oʻchirdi: tl:Lumalagaslas na mga Pilas ng Estilo
Qatar No 75: Qatar No 75:
[[ru:Каскадные таблицы стилей]]
[[ru:Каскадные таблицы стилей]]
[[sh:CSS]]
[[sh:CSS]]
[[si:සංයුක්ත සැරසුම් පි‍ටු(CSS)]]
[[simple:Cascading Style Sheets]]
[[simple:Cascading Style Sheets]]
[[sk:Kaskádové štýly]]
[[sk:Kaskádové štýly]]

21:01, 2012 j. maydıń 7 waqtındaǵı nusqası

CSS web betlerdi jaratıwda web bettegi elementlerdin' ren'lerin, shriftlerin, jaylasıwların ha'm basqa usıg'an usag'an ko'rinis belgilerin anıqlawda isletiledi.

CSS ke mısal:

p {
  font-family: "Garamond", serif;
}
h2 {
  font-size: 110 %;
  color: red;
  background: white;
}
.note {
  color: red;
  background: yellow;
  font-weight: bold;
}
p#paragraph1 {
  margin: 0;
}
a:hover {
  text-decoration: none;
}
#news p {
  color: blue;
}