CSS Property : background-repeat explained !

Опубликовано: 24 Август 2022
на канале: Code Canvas
6,636
112

The background-repeat property in CSS is used to control how a background image is repeated within an element. Here are the possible values you can use:

repeat: The background image is repeated both horizontally and vertically. This is the default value.
repeat-x: The background image is repeated only horizontally.
repeat-y: The background image is repeated only vertically.
no-repeat: The background image is not repeated.
space: The background image is repeated as much as possible without clipping. The first and last images are pinned to either side of the element, and whitespace is distributed evenly between the images.
round: The background image is repeated and stretched or squished to fill the space without gaps.

🔔 Subscribe for more videos like this : https://www.youtube.com/c/CodeCanvas?...

#css3 #csstricks #css


На этой странице сайта вы можете посмотреть видео онлайн CSS Property : background-repeat explained ! длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Code Canvas 24 Август 2022, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 6,636 раз и оно понравилось 112 зрителям. Приятного просмотра!