반응형
반응형
.myButton { background-color:#7be096; border-radius:42px; display:inline-block; cursor:pointer; color:#ffffff; !importantl font-family:Arial; font-size:20px; padding:32px 76px; text-decoration:none; } .myButton:hover { background-color:#5cbf2a; } .myButton:active { position:relative; top:1px; } /* 제목 꾸미기 시작 */ .single .entry-content h2 { margin: 1.15em 0 0.6em 0; font-weight: normal; position: relative; font-size: 25px; line-height: 40px; background: linear-gradient(to right, #18609C, #49A9D0); /* 그라데이션 추가 */ border: 1px solid #fff; padding: 5px 15px; color: white; border-radius: 0 10px 0 10px; box-shadow: inset 0 0 5px rgba(53, 86, 129, 0.5); font-family: ‘Muli’, sans-serif; } .single .entry-content h3 { color: #124875; padding-bottom: 10px; text-align: left; border-left: #18609C 10px solid; padding: 3px 9px; margin: 30px 0 20px 0; background-color: #FFF; border-bottom: 2px solid #18609C; font-size: 1.2em; font-weight: 700; } /* 제목 꾸미기 끝 */