This article uses CSS to summarize the various center layout methods, interested in the small partners can refer to this article to discuss the center is set to the total width of the variable, the contents of the variable width of the case. (still centered when changing the size). Special note: In the element set Position:absolute, to set the center effect, except the CSS3 method described under the blog, you can also use the negative margin to center, so as to solve the compatibility problem, But only for cases where the width is known (because the negative offset is half the width of the element). When the width and height change, the center effect is no longer. The child elements in these layouts, because of their property settings, are default to the content width. All the examples in the center of this article, only discuss the implementation of CSS, the HTML code is unified as follows: <p class= "parent" > <p class= "Child" >demo</p>&n
1. Summarize the various center layout methods using CSS
Introduction: This article mainly for the CSS various center layout method for everybody to carry on the detailed summary, the interested small partners may refer to
2. Python Crawler Tips Summary
Introduction: This article is mainly for you to summarize a number of commonly used Python crawler skills, with a certain reference value, interested in small partners can refer to
3. MySQL User Rights Detailed summary
Summary: Global permissions apply to all databases in a given server. These permissions are stored in the Mysql.user table. Grant all on. and revoke all on. Grant and REVOKE global permissions only.
4. thinkphp Common configuration options Summarize _php instances
Introduction: This article mainly introduces the common configuration options of the thinkphp, summarizes the configuration items commonly used in the thinkphp configuration file, the most specific meaning and role, the need for friends can refer to the following
5.1000 lines of MySQL learning notes summary
Introduction: This article summarizes the MySQL learning in detail all kinds of skills, share to everyone for your reference. Specific as follows:/* start MySQL */net starting mysql/* connect with Disconnect server */mysql-h address-P Port-u username-p password/* Skip permission Authentication login MySQL */mysqld--skip-grant-table s--Change root password password encryption
6. Preliminary detailed summary of the application of various short URL algorithms on the Internet
Introduction: Saw Sina's short connection service, found behind the main 6 string composition, so the first thought is the original company wrote a game activation code rules, that is, the following algorithm 2, 26 uppercase letters 26 lowercase letters, 10 numbers, randomly generated 6 and then insert the database corresponding to an ID, When a short connection jumps, the corresponding ID is queried according to the string, i.e.
7. Summary of common configuration options for thinkphp _php
Introduction: This article mainly introduces the common configuration options of the thinkphp, summarizes the configuration items commonly used in the thinkphp configuration file, the most specific meaning and role, the need for friends can refer to the following
8. MySQL Connection and basic Information View command summary _mysql
Introduction: This article is mainly for MySQL connection and basic information view commands are detailed summary, interested in the small partners can refer to
9. PHP Connection MSSQL Method Summary _php
Introduction: This article is mainly for everyone in detail to summarize the PHP connection MSSQL implementation method, to help you better realize the connection between PHP and MSSQL, interested in the small partners can refer to
Summary of common PHP techniques _php
Introduction: This article mainly for PHP common skills for a detailed summary, interested in the small partners can refer to
"Related question and answer recommendation":