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)
Table of contents 1. Operation of js integer 2. R...
Preface When docker run creates and runs a contai...
Several typical values of innodb_flush_method f...
1. Introduction CentOS8 system update, the new ve...
First: Installation of MySQL Download the MySQL s...
Table of contents 1. Steps 1. Define buttom permi...
Preface In daily work or study, it is inevitable ...
Table of contents 1. Introduction 2. Solution 2.1...
Today I will share with you a good-looking counte...
Table of contents Preface Actual Combat 1. No loc...
HTML onfocus Event Attributes Definition and Usag...
Let me briefly describe some common basic graphic...
This article example shares the specific code of ...
Table of contents 1. Understand the basics 2. Con...
1. Flash plug-in package download address: https:...