meta name="naver-site-verification" content="ae4cae44dcaf70f327af01a4817e8b3936153eaf" /
'스포츠' 카테고리의 글 목록
- 입력하신 단어의 철자가 정확한지 확인해 보세요.
- 검색어의 단어 수를 줄이거나, 보다 일반적인 단어로 검색해 보세요.
- 두 단어 이상의 키워드로 검색 하신 경우, 정확하게 띄어쓰기를 한 후 검색해 보세요.
- 선택하신 태그에 해당하는 글이 없습니다.
- 다른 태그를 선택하시거나, 검색 기능을 활용해 보세요.
- 선택하신 카테고리에 해당하는 글이 없습니다.
- 다른 카테고리를 선택하시거나, 검색 기능을 활용해 보세요.
._my-button {
/* 위 아래 거리 */
margin-top: 30px !important;
margin-bottom: 30px !important;
/* 글자 크기 */
font-size: 25px !important;
/* 글자 굵게 (사용한 폰트에 따라 적용이 될 수도 안될 수도 있음) */
/* 100 ~ 900 (일반적으로 500) */
font-weight: 700 !important;
/* 가로 크기 */
/* 글자 크기만큼 줄이려면 fit-content */
width: fit-content !important;
/* 버튼 안의 상하 / 좌우 여백 */
padding: 12px 50px !important;
/* 글자색 */
color: white !important;
/* 배경색 */
background-color: rgb(255, 69, 69) !important;
/* background: linear-gradient(to right, rgb(88, 166, 255), rgb(117, 67, 255)); */
/* 테두리 */
border-style: solid !important; /* 모양 */
border-width: 4px !important; /* 두께 */
border-color: rgb(202, 77, 77) !important; /* 색깔 */
/* 글자에 밑줄 넣을지(underline), 말지(none) */
text-decoration: none !important;
/* 테두리 둥근 정도 */
border-radius: 100px !important;
/* 애니메이션 동작 */
transition-duration: 0.3s !important;
/* 버튼 그림자 */
box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4) !important;
/* 텍스트 그림자 */
text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2) !important;
._my-button {
/* 위 아래 거리 */
margin-top: 30px !important;
margin-bottom: 30px !important;
/* 글자 크기 */
font-size: 25px !important;
/* 글자 굵게 (사용한 폰트에 따라 적용이 될 수도 안될 수도 있음) */
/* 100 ~ 900 (일반적으로 500) */
font-weight: 700 !important;
/* 가로 크기 */
/* 글자 크기만큼 줄이려면 fit-content */
width: fit-content !important;
/* 버튼 안의 상하 / 좌우 여백 */
padding: 12px 50px !important;
/* 글자색 */
color: white !important;
/* 배경색 */
background-color: rgb(255, 69, 69) !important;
/* background: linear-gradient(to right, rgb(88, 166, 255), rgb(117, 67, 255)); */
/* 테두리 */
border-style: solid !important; /* 모양 */
border-width: 4px !important; /* 두께 */
border-color: rgb(202, 77, 77) !important; /* 색깔 */
/* 글자에 밑줄 넣을지(underline), 말지(none) */
text-decoration: none !important;
/* 테두리 둥근 정도 */
border-radius: 100px !important;
/* 애니메이션 동작 */
transition-duration: 0.3s !important;
/* 버튼 그림자 */
box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4) !important;
/* 텍스트 그림자 */
text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2) !important;
display: flex !important;
justify-content: center !important;
align-items: center !important;
margin-left: auto !important;
margin-right: auto !important;
cursor: pointer !important;
opacity: 1 !important;
transition-property: all !important;
line-height: 1.5 !important;
text-align: center !important;
white-space: nowrap !important;
overflow: hidden !important;
}
._my-button:hover {
transform: scale(1.2) !important;
background-color: rgb(96, 170, 255) !important;
border-color: rgb(74, 143, 223) !important;
}
Box Shadow 꾸미기 사이트
https://getcssscan.com/css-box-shadow-examples