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;
}