css part 2
css part 2
12. padding – Sets the space between an element’s content and its border.
19. display – Determines how an element is displayed (block, inline, flex, etc.).
20. position – Specifies how an element is positioned (static, absolute, fixed, relative,
sticky).
32. flex-grow – Specifies how an item grows relative to others in a flex container.
39. cursor – Defines the cursor type (pointer, move, text, etc.).
44. object-fit – Defines how an image or video fits within its container.
CSS Terminologies:
4o
You said:
10 terminology
ChatGPT said:
1. Selectors – Patterns used to target and apply styles to HTML elements (e.g., div,
.class, #id).
4. Box Model – The structure of an element, including margin, border, padding, and
content.
6. Grid System – A CSS layout technique using display: grid to create structured layouts.
7. Media Queries – A feature that makes CSS responsive by applying styles based on
screen size (@media).
9. Transitions – Smooth animations between state changes (transition: all 0.3s ease-in-
out).
10. Keyframes – Used to create CSS animations (@keyframes animationName { ... }).