Do a few days of mobile projects, the mobile side has some understanding, in the adaptation of various mobile phone screen,
To adapt the screen resolution to the terminal, in the development process to take into account customer development,
Using the float element to influence the layout, use Clear:both to clear it,
If a link is to set it to a wide height, set the display:inline-block for him,
Be aware that the selection element has a style applied, and the Debug tool is used more
Before doing the project to see the overall layout of the project, as well as some have a lot of the same style, to write in public style save time
Do the project to consolidate a lot of knowledge points, also found that they have a lot of things not mastered well, so spend a lot of time.
Have time to read more books, review the knowledge points that have been learned before.
/* Clear FLOAT */
{ clear: both;} / * Set wide height with display:inline-block*/a for a link { width: 126px; height: 66px; display: inline-block; background-color: #dcdcdc; }
Mobile Tips Summary