cssのよく使うプロパティ
問題文
(margin-bottom:50px;)
margin-bottom:50px;
(font-size:1.3rem;)
font-size:1.3rem;
(color:red;)
color:red;
(padding-top:40px;)
padding-top:40px;
(display:flex;)
display:flex;
(max-width:100%;)
max-width:100%;
(border:solid 1px #333;)
border:solid 1px #333;
(transform:rotate(45deg);)
transform:rotate(45deg);
(list-style:none;)
list-style:none;
(.test { text-align:center;})
.test { text-align:center;}
(background-color:rgba();)
background-color:rgba();
(display:inline-block;)
display:inline-block;
(position:relative;)
position:relative;
(margin:0 auto;)
margin:0 auto;
(font-weight:normal;)
font-weight:normal;
(overflow:hidden;)
overflow:hidden;
(object-fit:cover;)
object-fit:cover;
(cursor:pointer;)
cursor:pointer;
(justify-content:space-between;)
justify-content:space-between;
(transform:translate(-50%,-50%);)
transform:translate(-50%,-50%);
(line-height:1.6;)
line-height:1.6;
(font-family:’noto sans jp’;)
font-family:'noto sans jp';
(text-align:center;)
text-align:center;
(opacity:0.6;)
opacity:0.6;
(border-radius:50%;)
border-radius:50%;
(box-sizing:border-box;)
box-sizing:border-box;
(@include)
@include
(@use ’’;)
@use '';
(@mixin)
@mixin
(&__item)
&__item
(visibility:visible;)
visibility:visible;
(flex-wrap:wrap;)
flex-wrap:wrap;
(display:grid;)
display:grid;