search
HomeWeb Front-endCSS TutorialSharing about how to control the background with css
Sharing about how to control the background with cssJun 20, 2018 am 11:55 AM
cssSet background color

This article mainly introduces the example of css control background. Here is the method of setting background image and setting background color with css. Friends who need it can refer to it

1. Set the background color: background -color

Hexadecimal background-color:#ff0000;
English name background-color:red;
Three primary colors background-color:rgb(255,0,0)
transparent background-color:transparent;transparent

<style>
h1{ background-color:rgb(255,0,0);}
</style>

<p></p>
    <h1 id="李克强主持召开-span-国务院-span-常务会议">李克强主持召开<span>国务院</span>常务会议</h1>

2. Set the background image:

1. Introduce the background image: background-image
URL background- image:url("bg.jpg")
none Do not set the background image

2. Set the tiling method of the background image: background-repeat
repeat Fill the entire background with the background pattern.
repeat-x Fills the background pattern in the horizontal direction
repeat-y Fills the background pattern in the vertical direction.
no-repeat The pattern appears only once.

3. Set the position of the background image: background-position
top left Set the background pattern to appear on the top left.
top center sets the background pattern to appear in the top center.
top right Set the background pattern to appear on the top right.
center left Sets the background pattern to appear in the center left.
center center sets the background pattern to appear in the middle of IE.
center right Set the background pattern to appear in the center right.
bottom left Sets the background pattern to appear at the bottom left.
bottom sets the background pattern to appear directly below.
bottom right Set the background pattern to appear on the bottom right.

You can also accurately locate the position of the picture through coordinates (x, y) x horizontal position y vertical position, the unit is pixels (px)

4. Set the background image Whether it will scroll as the window scrolls: background-attachment
scroll sets the background image to move as the window scroll bar moves (default).
fixed The background image will not move with the movement of the window scroll bar.

Simplified format of background pattern: color background picture repeat attachment position

<style>
body{
background-image:url(fads.png);
background-repeat:no-repeat;
background-position:center right;
background-attachment:fixed;
<p>/*background:url(fads.png) no-repeat fixed center right;  简化方案*/
}
</style>


<p>48、完美的男友:不吸烟,不喝酒,不欺骗。不存在!</p> 
<p>49、人生就像一块破铜烂铁,把它扔进火里,敲敲打打,也能炼出一副精品!</p> 
<p>50、话说动物园有一只猴子,奇丑无比,人见人吐!第二天我去看了,我吐了!第三天你去了,猴子吐了!</p>
<p>25、哥是文明人,所有脏话均已使用唾液消毒。  
</p>
<p>26、名人名言,你得先是名人了那才是名言,别人的屁都是名屁!你能比吗?  
</p>
<p>27、您都好意思撒谎了,我哪敢好意思不信呢?  
</p>
<p>28、为什么我眼里常含眼屎,那是我对睡眠爱的深沉。   
</p>
<p>29、别以为你比我年轻,你就能多蹦跶几天,棺材装的是死人不是老人!  
</p>
<p>30、我是穷人,请勿盗墓!</p>
<p> 31、有时候老天下一场雨,是因为世界需要洗一洗;有时候眼睛下雨了,是因为心需要洗一洗!  
</p>
<p>32、站在岁月的岸边,向自己的过往打个水漂吧……</p>
<p>33、2011我娶你,2012我保护你,2013爱你一生,2014爱你一世!  </p>
<p>34、人生就像一场旅行,在乎的不是目的地。而是沿途的"SB",以及对付"SB"时的心情!  </p>
<p>35、臭男人都喜欢骚女人。</p>
<p> 36、系好安全带,前方也许有场爱情正等着你。  </p>
<p>37、枕着打印机睡,就能打印出一整夜的梦吧?  </p>
<p>38、没有强大的主人,别以为你是狗就可以乱咬人!</p>
<p> 39、我只顾着往后看,却没有在意前面的路有多长。  </p>
<p>40、最近神马开始变驴腿了,浮云变雨水了!</p>
<p> 41、昨天是历史,今天是开始,明天谁都不好使!  </p>
<p>42、还是10086对我好,我给他发一条对短信,他给我回3条。  </p>
<p>43、靠山吃山,靠水吃水,今天抢劫,不许不给,谁要反抗,让他见鬼。  </p>
<p>44、今天MM的生日,为了第一个送上祝福,凌晨我准时拿起手机发了一条信息:沙发。  </p>
<p>45、知道高晓松为啥喝醉酒不?那是因为药家鑫想让他唱一首"同牢的你"。</p>
<p> 46、地铁上的广告:挤吗?买辆车吧!出租车上的广告:赌吗?坐地铁吧!靠,忽悠我还是怎么着!  </p>
<p>47、一般般的我,一般般的亮。一般般的你,我看不上!</p>
<style>
p{
width:800px;
height:600px;
background-color:#ccc;
background-image:url(fads.png);
background-repeat:no-repeat;
background-position:topright;
/*background-attachment:fixed;当给一个p设置背景是使用该属性有可能无效*/
<p>/*background:url(fads.png)no-repeatfixedcenterright;简化方案*/
}
</style>


<p>
</p><p>35、臭男人都喜欢骚女人。</p>
<p>36、系好安全带,前方也许有场爱情正等着你。</p>
<p>37、枕着打印机睡,就能打印出一整夜的梦吧?</p>
<p>38、没有强大的主人,别以为你是狗就可以乱咬人!</p>
<p>39、我只顾着往后看,却没有在意前面的路有多长。</p>
<p>40、最近神马开始变驴腿了,浮云变雨水了!</p>
<p>41、昨天是历史,今天是开始,明天谁都不好使!</p>
<p>42、还是10086对我好,我给他发一条对短信,他给我回3条。</p>
<p>43、靠山吃山,靠水吃水,今天抢劫,不许不给,谁要反抗,让他见鬼。</p>
<p>44、今天MM的生日,为了第一个送上祝福,凌晨我准时拿起手机发了一条信息:沙发。</p>
<p>45、知道高晓松为啥喝醉酒不?那是因为药家鑫想让他唱一首"同牢的你"。</p>
<p>46、地铁上的广告:挤吗?买辆车吧!出租车上的广告:赌吗?坐地铁吧!靠,忽悠我还是怎么着!</p>
<p>47、一般般的我,一般般的亮。一般般的你,我看不上!</p>

3. Exercise:

1. Use span to better control the text in local areas of the text

<span>文本内容</span>
<styletype>
pspan{background:red}



<p>
35、臭男人都<span>喜欢</span>骚女人。
</p></styletype>

2. Use the display attribute to provide block conversion

<styletype>
span{
color:#0C0;
width:100px;
height:100px;
background-color:#900;
display:block;/*内联转换为区块*/
}
p{
background-color:#F63;
width:300px;
height:50px;
display:inline;/*区块转换为内联,width和height的属性就无效了*/
}



<span>使用span更好的控制文本中局部区域的文本</span>
<br>
<!--使用display属性提供区块转换--inline,block,none(不占位的隐藏)内联标记设置长宽高没效果-->
<span>使用display属性提供区块转换</span>
<p>使用display属性提供区块转换</p>
</styletype>

3. Add a small icon to the title (it is best to use the background to add the icon)

<styletype>
h5{
background:url(das.gif)no-repeatleftcenter;
padding-left:20px;
}



<h5 id="给我加个小图标吧">给我加个小图标吧</h5>
</styletype>

Above That’s the entire content of this article. I hope it will be helpful to everyone’s study. For more related content, please pay attention to the PHP Chinese website!

Related recommendations:

How to use CSS to control front-end image HTTP requests

The above is the detailed content of Sharing about how to control the background with css. For more information, please follow other related articles on the PHP Chinese website!

Statement
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
利用CSS怎么创建渐变色边框?5种方法分享利用CSS怎么创建渐变色边框?5种方法分享Oct 13, 2021 am 10:19 AM

利用CSS怎么创建渐变色边框?下面本篇文章给大家分享CSS实现渐变色边框的5种方法,希望对大家有所帮助!

css ul标签怎么去掉圆点css ul标签怎么去掉圆点Apr 25, 2022 pm 05:55 PM

在css中,可用list-style-type属性来去掉ul的圆点标记,语法为“ul{list-style-type:none}”;list-style-type属性可设置列表项标记的类型,当值为“none”可不定义标记,也可去除已有标记。

css与xml的区别是什么css与xml的区别是什么Apr 24, 2022 am 11:21 AM

区别是:css是层叠样式表单,是将样式信息与网页内容分离的一种标记语言,主要用来设计网页的样式,还可以对网页各元素进行格式化;xml是可扩展标记语言,是一种数据存储语言,用于使用简单的标记描述数据,将文档分成许多部件并对这些部件加以标识。

css3怎么实现鼠标隐藏效果css3怎么实现鼠标隐藏效果Apr 27, 2022 pm 05:20 PM

在css中,可以利用cursor属性实现鼠标隐藏效果,该属性用于定义鼠标指针放在一个元素边界范围内时所用的光标形状,当属性值设置为none时,就可以实现鼠标隐藏效果,语法为“元素{cursor:none}”。

rtl在css是什么意思rtl在css是什么意思Apr 24, 2022 am 11:07 AM

在css中,rtl是“right-to-left”的缩写,是从右往左的意思,指的是内联内容从右往左依次排布,是direction属性的一个属性值;该属性规定了文本的方向和书写方向,语法为“元素{direction:rtl}”。

css怎么实现英文小写转为大写css怎么实现英文小写转为大写Apr 25, 2022 pm 06:35 PM

转换方法:1、给英文元素添加“text-transform: uppercase;”样式,可将所有的英文字母都变成大写;2、给英文元素添加“text-transform:capitalize;”样式,可将英文文本中每个单词的首字母变为大写。

css怎么设置i不是斜体css怎么设置i不是斜体Apr 20, 2022 am 10:36 AM

在css中,可以利用“font-style”属性设置i元素不是斜体样式,该属性用于指定文本的字体样式,当属性值设置为“normal”时,会显示元素的标准字体样式,语法为“i元素{font-style:normal}”。

怎么设置rotate在css3的旋转中心点怎么设置rotate在css3的旋转中心点Apr 24, 2022 am 10:50 AM

在css3中,可以用“transform-origin”属性设置rotate的旋转中心点,该属性可更改转换元素的位置,第一个参数设置x轴的旋转位置,第二个参数设置y轴旋转位置,语法为“transform-origin:x轴位置 y轴位置”。

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.