
* Structure HTML5 de base. * Titre de la page. * Création d'une «page» Raphaël. * Un peu de vert pour les couleurs. * Mise en page centrée.
19 lines
208 B
Plaintext
19 lines
208 B
Plaintext
h1 {
|
|
color: #8b4;
|
|
text-align: center;
|
|
}
|
|
|
|
article {
|
|
text-align: center;
|
|
}
|
|
|
|
article #noscript {
|
|
border: medium solid #8a8;
|
|
display: inline-block;
|
|
padding: 1em;
|
|
}
|
|
|
|
#ide > * {
|
|
border: medium solid #8a8;
|
|
}
|