CSS Border Terlihat Seperti Jahitan

Are you sure?

You want to turn off ads.

CSS Border ini bisa anda lihat pada bagian sidebar blog kami. yang terlihat seperti sebuah jahitan "stitched" . baca selengkapnya tentang css border.

p {
padding: 5px 10px;
margin: 10px;
background: #eee;
color: #333;
font-size: 21px;
line-height: 1.3em;
border: 2px dashed #aaa;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-moz-box-shadow: 0 0 0 4px #eee, 2px 1px 4px 4px rgba(10,10,0,.5);
-webkit-box-shadow: 0 0 0 4px #eee, 2px 1px 4px 4px rgba(10,10,0,.5);
box-shadow: 0 0 0 4px #eee, 2px 1px 6px 4px rgba(10,10,0,.5);
text-shadow: 1px 1px 0 #fff;
}
<p>
CONTOH
</p>
DEMO

Post By : Ana Silviana

URL : Reference

Tác giả: Phú Cường Blogger

Tôi là Cường, sinh viên năm cuối ngành Điện tử - Viễn thông trường Đại học Bách Khoa Hà Nội. Say hello to you!