display: flex;でできることは、縦並びのボックスを横並びに出来る。
calc(culculation)を用いることで計算式を作成出来る。
例、width: calc(100%-300px);
olとは、order(順番)
ulとは、unordered(順不同)
dlとは、definition(定義)
liとは、list(項目)
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
display: flex;でできることは、縦並びのボックスを横並びに出来る。
calc(culculation)を用いることで計算式を作成出来る。
例、width: calc(100%-300px);
olとは、order(順番)
ulとは、unordered(順不同)
dlとは、definition(定義)
liとは、list(項目)
Register as a new user and use Qiita more conveniently
Go to list of users who liked