烈火の炎
/* CSSコード */ .hr1 { position: relative; height: 3px; border-width: 0; background-color: #00bcd4; background-image: -webkit-linear-gradient( 135deg, #e60033 10%, #d7003a 100%); background-image: linear-gradient( 135deg, #e60033 10%, #d7003a 100%); } .entry-content h4 { border: none; background: none;…
2024/01/28 11:56