O CSS Orbit foi criado em Julho de 2009 por Danilo Ramos, com o intuito de compartilhar, com webmasters profissionais e iniciantes, informações relacionadas ao mundo do desenvolvimento de páginas web usando as linguagens CSS, XHTML e HTML. Aqui você encontra tutoriais e incríveis ilustrações.

yannlecoroller.com/
recycledwax.deviantart.com
http://flickr.com/photos/ph7labs/3042457684/
travislouie.com
moshimonsters.com
travislouie.com
pulcomayo.com/news/moshi-monsters-2
http://www.yannlecoroller.com/
yannlecoroller.com/
yannlecoroller.com/
antelopeb
antelopeb
antelopeb

<b style="font-size: 25px; color:blue;">texto qualquer</b>Isso faz com que o texto fique com 25px de tamanho e cor azul.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Exemplo de CSS</title>
<style type="text/css">
b { font-size: 25px; }
b { color: blue; }
</style>
</head>
Isso faz com que o texto fique com 25px de tamanho e cor azul.b {font-size: 25px;}
b {color: blue;}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Minha Primeira Página Web</title> <link rel="stylesheet" type="text/css" href="meuestilo.css" /> </head> ...E adivinha, isso faz com que o texto fique com 25px de tamanho e cor azul. ;)

"A plataforma de prévia do Internet Explorer não suporta nenhuma versão anterior ao Windows 7".