Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- HTML Padding – CSS Padding Order
- What is padding in CSS?
- CSS padding creates space around the element's content. This space is within the element's border and margin.
- Let's take a look at the CSS box model to better understand how padding works. Every HTML element has a box around it and is comprised of four parts: content, padding, border, and margin.
- Padding-top property
- This is a CSS property that adds space to the top of an element.
- padding-top: 20px;
- for more:https://www.clictune.com/eFUw
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement