Html
    Css
    Js

    
                        
.p {
	position:relative;
	margin:70px auto;
	width:fit-content;
}
.p .c {
	width:188px;
	height:106px;
	background:#626262;
	border-radius:15px;
	border-style:ridge;
	border-width:20px;
	border-color:#ee7507;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

css相册凸起边框

简单实现相册边框,div.c 里面添加图片或者文字

0