Skip to content

Commit

Permalink
links pro fonte
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiolopes committed Feb 17, 2010
1 parent f24af97 commit 46f0e29
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 7 additions & 1 deletion logo-caelum-css3/caelum-css3.html
Expand Up @@ -8,12 +8,18 @@
<link rel="stylesheet" type="text/css" media="screen" href="estilo.css" />
</head>
<body>
<h2>CSS puro</h2>
<h2>CSS puro <small>(Firefox 3.5+, Safari, Chrome, Opera 10.50+)</small></h2>
<div class="caelum">
<strong>Caelum</strong>
<em>Ensino e Inovação</em>
</div>

<p>[
<a href="http://github.com/sergiolopes/css3-experimentos/blob/master/logo-caelum-css3/estilo.css">Código CSS</a> |
<a href="http://github.com/sergiolopes/css3-experimentos/blob/master/logo-caelum-css3/caelum-css3.html">Código HTML</a> |
<a href="caelum-css3-tamanhos.html">Outro exemplo: logo escalável</a>
]</p>

<h2>Imagem PNG</h2>
<img src="caelum-logo.png" />

Expand Down
7 changes: 5 additions & 2 deletions logo-caelum-css3/estilo.css
Expand Up @@ -26,8 +26,11 @@ h2 {
margin: 10px 0 20px -20px;
text-shadow: 1px 1px #fff;
}
h2:after {
content: ': ';
h2 small {
font-size: 60%;
}
p {
font-size: 1.6em;
}

/* LOGO */
Expand Down

0 comments on commit 46f0e29

Please sign in to comment.