CMHヘリスキー

カテゴリ:エリア > レベルストーク

↑このページのトップヘ

CMH Heli-Skiing .sample_h_23{ font-size: 1.5em;/* フォントサイズ */ font-weight: bold;/* フォント太さ */ padding-top: .5em; padding-bottom: .5em; padding-left: 2em; margin-bottom: 2em; position: relative; color:#168c6b;/* フォント色 */ } .sample_h_23:before { position: absolute; font-family: "Font Awesome 5 Free"; content: "\f0a1"; font-weight: 900; font-size: 20px; top: 50%; left : 0; width: 40px; height: 40px; text-align: center; line-height: 40px; color: #168c6b; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-animation: flash 2s ease infinite; animation: flash 4s ease infinite; animation-name: my-animation; } @keyframes my-animation{ 0% { opacity:1; } 50% { opacity:0; } 100% { opacity:1; } }