IMG_1340
.trim-image-to-circle {
background-image: url(“summerriver.jpg”); /* 表示する画像 */
width: 180px; /* ※縦横を同値に */
height: 180px; /* ※縦横を同値に */
border-radius: 50%; /* 角丸半径を50%にする(=円形にする) */
background-position: left top; /* 横長画像の左上を基準に表示 */
display: inline-block; /* 複数の画像を横に並べたい場合 */
}