0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

ulタグに発生する左端の余白

Last updated at Posted at 2023-03-02

ulタグはリストを作るためのタグであり、左側に余白が必然的に生じる。

ulタグで左側に発生する余白をなくす方法

padding-left:0px

横並びのリストを中央寄せする方法

ul{ display: flex; padding-left: 0px; justify-content: center; }

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?