Skip to content

Instantly share code, notes, and snippets.

@takapiece
takapiece / はてな用吹き出しのCSS
Last active May 25, 2018 17:29
はてな用吹き出しのCSS
/*はてな用吹き出しのCSS */
.entry-content .l-fuki,
.entry-content .r-fuki {
position: relative;
width: 80%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 20px;
border-radius: 6px;
border: 2px solid #999;