۱۰-image-shadows-using-css

On this page, you’ll find all the image shadow examples with CSS code as written about in our blog post…

8 سال پیش

width versus device-width

/* #### Mobile Phones Portrait #### */ @media screen and (max-device-width: 480px) and (orientation: portrait){   /* some CSS here…

10 سال پیش

Css Shape

http://sarasoueidan.com/blog/css-shapes/

10 سال پیش

زمینه خاص برای موزیلا

Firefox 2 html>/**/body .selector, x:-moz-any-link { color:lime; } Firefox 3 html>/**/body .selector, x:-moz-any-link, x:default { color:lime; } Any Firefox @-moz-document…

11 سال پیش

سیاه و سفید کردن توسط سی اس اس (CSS)

منتظر باشید <div id=”image-6″ class=”slide-img slide-photo-right absolute-right grayscale” style=”background-image:url(http://www.etecminds.com/files/pictures/homepage/slide/etec_minds_slide_digital.jpg)”></div>   .grayscale { -webkit-filter: grayscale(1); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%);…

11 سال پیش