border로 둘러싸인 버튼
목적
여러 테두리로 둘러싸인 디자인의 버튼을 만들고 싶습니다.
슬림.box.parent
.box.children
.box.grandson
scss.box {
border-radius: 100px;
&.parent {
width: 600px;
height: 150px;
border: 4px solid green;
}
&.children {
width: 580px;
height: 130px;
border: 4px solid blue;
margin: 6px;
}
&.grandson {
width: 560px;
height: 110px;
border: 4px solid red;
margin: 6px;
}
}
Reference
이 문제에 관하여(border로 둘러싸인 버튼), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/ko8@github/items/eedcdf912ac0c8a1a129
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
.box.parent
.box.children
.box.grandson
.box {
border-radius: 100px;
&.parent {
width: 600px;
height: 150px;
border: 4px solid green;
}
&.children {
width: 580px;
height: 130px;
border: 4px solid blue;
margin: 6px;
}
&.grandson {
width: 560px;
height: 110px;
border: 4px solid red;
margin: 6px;
}
}
Reference
이 문제에 관하여(border로 둘러싸인 버튼), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/ko8@github/items/eedcdf912ac0c8a1a129텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)