borderで囲むボタン
目的
slim
.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;
}
}
Author And Source
この問題について(borderで囲むボタン), 我々は、より多くの情報をここで見つけました https://qiita.com/ko8@github/items/eedcdf912ac0c8a1a129著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .