In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-11 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article will explain in detail the example analysis of CSS background background pictures for you. The editor thinks it is very practical, so I share it for you as a reference. I hope you can get something after reading this article.
1. Backing picture grammar
Bac kilogram round-image:url () introduces backup picture
Can the image behind the background-repeat:no-repeat setting be tiled repeatedly?
Background-position:left top configures the css background positioning of the picture. Left stands for the left and top stands for the top.
Abbreviated backer picture grammar:
Bac kilogram round: url (photo location) no-repeat left top
2. Background picture settings and equipment
Body {bac kilogram round: url (/ / www.css5.com.cn/img201301/CSS5-logo-2013.gif) no-repeat 0 0}
Here set the picture "/ / www.css5.com.cn/img201301/CSS5-logo-2013.gif" as the background of the page is not repeated and exposed on the top and left.
3. The CSS background picture is centered.
Center horizontally:
Bac kg round:url (picture) no-repeat center top
Center vertically:
Bac kilogram round: url (picture address) no-repeat left 50%
Here 50% is arbitrary configuration for 50% interval, details of the bump vertical center, and then through the percentage balance to set the equipment.
4. Background pictures are usually cases.
Body setup equipment web page background css code
Body {background:url (/ / www.css5.com.cn/img201301/CSS5-logo-2013.gif) no-repeat 0 0}
Screenshot of CSS photo backing case
After a few times, I didn't take screenshots behind the pictures.
5. Div css background picture is centered
Css background image center code:
Body {background:url (/ / www.css5.com.cn/img201301/CSS5-logo-2013.gif) no-repeat center 0}
Here we use the "center" center attribute. For more details, you can go to css background to be familiar with the basics.
Center screenshot
The background picture is centered on the screenshot of the web page
6. Horizontal tiling of backer pictures
CSS background X horizontal tiling code:
Body {bac kilogram round: url (/ / www.css5.com.cn/img201301/CSS5-logo-2013.gif) repeat-x}
Screenshot of the case:
Background screenshot of Y-axis horizontal tile picture
7. The backup picture is tiled vertically.
CSS backing Y vertical tiling code:
Body {bac kg round:url (/ / www.css5.com.cn/img201301/CSS5-logo-2013.gif) repeat-y}
Screenshot of the backup effect of tiling repeated pictures:
Vertical Y axis favors vertical tiling picture background screenshot
8. Repeat tiling of backing pictures on the whole page.
Picture matching full-screen web page tiled the hub code several times:
Body {bac kilogram round: url (/ / www.css5.com.cn/img201301/CSS5-logo-2013.gif)}
Screenshot:
The picture flashed a screenshot as a full-screen tile in the background
Note: there is no repetition of the configuration here, whether you can stay on the left and on the right, just configure the backing to introduce the picture and easily realize the natural full-screen tiling of the picture.
This is the end of this article on "sample analysis of background pictures in CSS background". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, please share it for more people to see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.