-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
デザインビギナーズ第25回 もくもく #28
Comments
CSSアーキテクチャ の記事や BEMとはなにか? 「BEM とはブロック(Block)、エレメント(Element)、モディファイア(Modifier)の略語である」 |
吹き出し作ったりしてました〜 .left-balloon
background-color: #ccc
border-radius: 5px
position: relative
.left-balloon:after
border: 10px solid transparent
border-right-color: #ccc
border-left-width: 0
left: -10px
content: ""
display: block
top: 20px
position: absolute
width: 0
.right-balloon
background-color: #ccc
border-radius: 5px
position: relative
.right-balloon:after
border: 10px solid transparent
border-left-color: #ccc
border-right-width: 0
right: -10px
content: ""
display: block
top: 20px
position: absolute
width: 0
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
今日の成果を貼り付けましょう!
貼り付けの指針
みんなから意見をもらいやすいように、わかりやすく成果をまとめましょう!
The text was updated successfully, but these errors were encountered: