CSS content box value

WBOY
Release: 2023-08-27 09:17:02
forward
468 people have browsed it

CSS 内容框值

Use the CSSbackground-originproperty to set the content box value. With the content-box value, the background image starts at the top left corner of the content.

You can try running the following code to implement the content-box value:

Example

Live Demo

    

padding-box value

Heading 2

This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text.

Heading 3

This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text.

border-box value

Heading 2

This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text.

Heading 3

This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text.

content-box value

Heading 2

This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text.

Heading 3

This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text.

Copy after login

The above is the detailed content of CSS content box value. For more information, please follow other related articles on the PHP Chinese website!

source:tutorialspoint.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!