Horje
how to centre a div Code Example
align a div in center of another div
#container {
    width: 640px; /*can be in percentage also.*/
    height: auto;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}
how to centre a div
.class-name {
	display:flex;
    justify-content:centre;
    align-items:centre;
} 




Css

Related
transition various properties css Code Example transition various properties css Code Example
python to java converter Code Example python to java converter Code Example
how to change background color in css Code Example how to change background color in css Code Example
overflow css Code Example overflow css Code Example
html input type colour internal border Code Example html input type colour internal border Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11