What is a pixel (px) in CSS?

前端 未结 7 1957
粉色の甜心
粉色の甜心 2021-02-19 01:33

I am reading an ASP.NET book and it refers to CSS files and talks about pixels. But I never understood it from a resolution, layout, etc. point of view. For example, what does t

7条回答
  •  面向向阳花
    2021-02-19 02:19

    A pixel is a single dot on the screen. Your example sets the element named header with no padding or margin. To understand this you'll also need to understand the CSS box model for page layout.

提交回复
热议问题