Make a blank space for Taobao: When you shrink the browser page, the content area does not shrink, but the blank space becomes smaller. <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title></title> <style type="text/css"> *{ margin: 0; padding: 0; } .wrapper{ height: 30px; background-color: gray; } .content{ width: 1200px; height: 30px; background-color: #0f0; margin: 0 auto;/* 0 for top and bottom, adaptive for left and right*/ } </style> </head> <body> <div class="wrapper"><!-- Background area --> <div class="content"></div><!-- Content area--> </div> </body> </html> In this way, when you zoom, the gray part outside is zoomed, and the green part is always in the center. This is how the text inside is written. <div> <ul style="float: left;"></ul> <ul style="float: right;"></ul> </div> This is the end of this article about how to achieve Taobao white space with CSS3. For more relevant CSS3 Taobao white space content, please search 123WORDPRESS.COM’s previous articles or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future! |
<<: Analysis of examples of using anti-shake and throttling in Vue components
>>: MySQL configuration master-slave server (one master and multiple slaves)
Why beautify the file control? Just imagine that a...
This example takes the installation of Python 3.8...
Introduction: All browsers come with default styl...
This article example shares the specific code for...
Nginx's rewrite function supports regular mat...
This article example shares the specific code of ...
Original source: www.bamagazine.com There are nar...
Table of contents For example: General writing: S...
This article shares the installation and configur...
Copy code The code is as follows: li {width:300px...
1 Problem Description Vue3's combined API can...
Linux online installation related commands: yum i...
Install First you need to install Java and Scala,...
Table of contents 1. What is Function Anti-shake?...
In the previous chapters, we introduced how to ch...