Horje
align in the middle of page html Code Example
align in the middle of page html
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}




Css

Related
no bullets in ul Code Example no bullets in ul Code Example
center in the middle of the screen html css Code Example center in the middle of the screen html css Code Example
css center in td Code Example css center in td Code Example
center div in middle of page Code Example center div in middle of page Code Example
css center div in page Code Example css center div in page Code Example

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