scratch/output/Scratch/css/shadows.css
Yann Esposito (Yogsototh) 66ccbc4b29 Validation css
2010-04-28 01:08:42 +02:00

8 lines
241 B
CSS

.navigationprev, .navigationnext {
text-shadow: 0 0 3px #aaa; }
#titre, h1 {
text-shadow: 0px 0px 3px #333; }
.corps, #bottom, #sousliens {
box-shadow: 0px 2px 5px #333; }
#titre, #entete {
box-shadow: 0px 0px 5px #000; }