Horje
Centering a div of unknown height and width Code Example
Centering a div of unknown height and width
/*<div class="content">This works with any content</div>*/
.content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}




Css

Related
css orange color Code Example css orange color Code Example
transition background gradient Code Example transition background gradient Code Example
css bg code Code Example css bg code Code Example
not checked css Code Example not checked css Code Example
how to change style based on screen size Code Example how to change style based on screen size Code Example

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