Shadow DOM is part of the web components specification. It allows us to ship self contained components along with their style and isolate the component from global style while "protecting" the host application from styles defined inside the comp…
最近项目要求,ui有很多有关于阴影的设计要求,网上找了些实现方式,但都不是很理想.现在闲下来了,就寻思着自己写个阴影布局耍耍,以备后用.先说道说道我找到的几种阴影实现方式: 系统阴影 Andorid 系统自api 21之后就多了一个熟悉 android:elevation ,这是android最新引入的轴的概念,可通过设置elevation来设置阴影(z轴的大小),设置如下: <!-- base z depth of the view. --> <attr name="elev…
原文地址:https://css-tricks.com/fun-times-css-pixel-art/#article-header-id-4 译者:nzbin 友情提示:由于国内网络的原因,CodePen可能会打不开或者非常慢,请耐心等待! 像素艺术作为一种遗失的艺术形式,与超清晰,高分辨率图片相比黯然失色.我在CodePen上浏览时偶然发现了一些像素艺术,它提醒我这种艺术是多么令人敬畏! See the Pen Pikachu pixel css by Devi Krisdiansyah…