On Github samy / cours-bases-css
Samy Rabih - Etudiants IDRAC 2014
<div class="toto">tutu</div> <div id="titi">tata</div>
.toto { color:Green; } #titi { color:Blue }
Source : OpenClassrooms
font-family : Comic Sans MS Lucida Console
font-size : 28px 43px
font-weight : normal bold
font-style : normal italic
font-variant : normal small-caps
text-align : left center right
vertical-align : : middle super
line-height : 200%
text-indent : 200px
text-shadow : ombre portée
text-decoration : underline
Les webfonts
color : Red #0000FF
opacity : opacité de 1 opacité de 0.1
background-color : Pink
background-image
background-repeat : no-repeat
background-position : right
width, height
padding : ~ marge intérieure
margin : ~ marge extérieure
min-width, max-width, min-height, max-height
border-width :15px
border-style :dashed
border-radius : 20px
box-shadow
display, visibility
position, top, left, right, bottom
clear
z-index
cursor
Ca fonctionne !
Oui (mais pas tout, selon les navigateurs)
Il y a le ...
RESPONSIVE
L'adaptatif
Le "vrai" responsive
On ne fait que redimensionner l'existant
On affiche/cache des éléments selon l'écran
Via les "media queries" (entre autres)
@media screen and (max-width: 640px) { .bloc { color:Red } }
Poids des images
Navigation pas adaptée
Ergonomie faite pour la souris
Formulaires