在网页两侧留下阴影以达到纸张效果?

时间:2018-03-07 01:41:02

标签: css html5 themes bootstrap-4

我使用Bootstrap 4来创建我的网站,我希望两侧有不同的颜色并且有阴影,从而产生浮动纸效果。 Here是我希望实现的一个例子。在使用Bootstrap的时候我该怎么做呢?

1 个答案:

答案 0 :(得分:1)

这将是这样的:

/* the numbers move the shadow: 1) r-l; 2) up-down; 3) blur. Then the color. */
box-shadow: 4px 4px 8px #ccc;