0
0

More than 1 year has passed since last update.

div ブロック要素

Posted at
はブロック要素。  width:400px;を設定しないと、画面いっぱい(横幅)に広がっていく。 margin: 0 auto;をすることで、真ん中の位置にすることができる .susumu { width: 400px; margin: 0 auto; }
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0