Home > front end >  The CSS for help
The CSS for help

Time:09-25

With CSS in the list, rectangular module, etc., to produce a similar web page, without thinking, how to design,

CodePudding user response:

Go out turn right, go to ask the HTML plates, here is the c/c + +

CodePudding user response:

no thanks, help you move past, next time you see plate ha ha ha ha

CodePudding user response:

First you line set a parent container set position to relative, after setting the child elements inside the position as an absolute, flot, padding, etc.
Show the content



///
CSS

# the parent {
position:relative;
width:100%;
height:100%;
}

# kid {
position: absolute;
width:200px;
Height: 600 px;
Padding: 8 px
float:left;
Background: blue;
Color: red;
}


CodePudding user response:

To see the bootstrap

CodePudding user response:

Suggest first to understand the HTML + CSS layout, page layout of all the above is common, float, the inline - block, flex can realize the layout of the row and column model, combined with considering all the adaptive, basic with respect to OK, use CSS framework, of course, relatively easy, after all available tools to use, is to see the instruction manual
  • Related