Skip to content

Instantly share code, notes, and snippets.

View alysantwanet's full-sized avatar

Arisa Tomosada alysantwanet

View GitHub Profile
@alysantwanet
alysantwanet / fukidashi_icon-mirror.css
Last active January 31, 2019 08:17
吹き出しの方向に合わせてアイコンを反転させるCSS
/*吹き出し用css------------------------------------*/
.entry-content .l-fuki,
.entry-content .r-fuki {
position: relative;
width: 80%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 10px;
border-radius: 15px;
border: 2px solid #ccc;
@alysantwanet
alysantwanet / hatena_thmbnail_customize.css
Created July 21, 2017 19:23
hatena blog thmbnail customize01
/*記事のサムネイル*/
.urllist-image-link {
width: 100px;
background-color: #e889a2;
display: inline-block;
overflow: hidden;
float: left;
margin-right: 10px;
box-shadow: 0 1px 4px 0 rgba(0,0,0,0), 0 6px 10px 0 rgba(0,0,0,0.3), 0 2px 2px 0 rgba(0,0,0,0.2);
}
@alysantwanet
alysantwanet / 0_reuse_code.js
Created July 6, 2017 11:30
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console