Bonjour,
Je propose aux amateurs du design et de la programmation css / html5 de plancher sur un problème d'ordre purement esthétique.
Sur le site www.messinou.fr, à la date du 20 Mars (rubrique sortie) on y trouve des images de type affiche.
Le code HTML est le suivant
Le code CSS (de la class affiche) est le suivant :
Je vous propose de vous amuser avec tout ça pour un rendu plus sympathique.
Amusez vous bien.
Je propose aux amateurs du design et de la programmation css / html5 de plancher sur un problème d'ordre purement esthétique.
Sur le site www.messinou.fr, à la date du 20 Mars (rubrique sortie) on y trouve des images de type affiche.
Le code HTML est le suivant
<p class="separ"><img src="logo/date.png" width="25px" alt="image date" title="Date" hspace="10">Jeudi 20 Mars</p>
<center>
<a href="https://www.facebook.com/events/806488272698129" onclick="window.open(this.href, 'exemple', 'height=650, width=1050, top=50, left=50, toolbar=no, menubar=no, location=no, resizable=no, scrollbars=yes, status=no'); return false;">
<img src="https://fbcdn-sphotos-e-a.akamaihd.net/hphotos-ak-prn2/t31/q71/s720x720/1960767_10152032645673230_971816580_o.jpg" title=" LE BLIND TEST DE LA PATRONNE @ L'Alhambra " alt=" LE BLIND TEST DE LA PATRONNE @ L'Alhambra " class="affiche" /></a>
<a href="https://www.facebook.com/events/512135458897209" onclick="window.open(this.href, 'exemple', 'height=650, width=1050, top=50, left=50, toolbar=no, menubar=no, location=no, resizable=no, scrollbars=yes, status=no'); return false;">
<img src="https://fbcdn-sphotos-a-a.akamaihd.net/hphotos-ak-prn2/t1.0-9/q71/s720x720/1911665_537512849701871_1429128647_n.jpg" title=" Grand Meeting de 1er Tour " alt=" Grand Meeting de 1er Tour " class="affiche" /></a>
<a href="http://www.billetreduc.com/103174/evt.htm" onclick="window.open(this.href, 'exemple', 'height=650, width=1050, top=50, left=50, toolbar=no, menubar=no, location=no, resizable=no, scrollbars=yes, status=no'); return false;">
<img src="http://pic.billetreduc.fr/n180/vz-28BEC8EA-0961-4C9F-9253-AC591B1FC320.jpeg" title=" LES VIOLONS DE FRANCE : VIVALDI : « les quatre saisons » / PAGANINI : « concerto pour violon n° 1 » " alt=" LES VIOLONS DE FRANCE : VIVALDI : « les quatre saisons » / PAGANINI : « concerto pour violon n° 1 » " class="affiche" /></a>
<a href="http://www.sallebraun.com/calendrier/mars.html" onclick="window.open(this.href, 'exemple', 'height=650, width=1050, top=50, left=50, toolbar=no, menubar=no, location=no, resizable=no, scrollbars=yes, status=no'); return false;">
<img src="http://www.sallebraun.com/spectacles/ich2014.jpg" title=" Ich auch (à partir de 3 ans) " alt=" Ich auch (à partir de 3 ans) " class="affiche" /></a>
</center>
Le code CSS (de la class affiche) est le suivant :
/*
Affiche
*/
.affiche{max-width: 320px; max-height: 300px; padding: 2px; margin:2px; border: 1px solid #ccc; box-shadow:1px 1px 10px #000 , 0 1px 0 rgba(255,255,255,0.4)}
/*
Affiche fin
*/
Je vous propose de vous amuser avec tout ça pour un rendu plus sympathique.
Amusez vous bien.