User:Hawkeye/vector.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
html body { max-width: 1600px;
html body  
display: flex;
{  
 
max-width: 1680px;  
  justify-content: center;
justify-content: center;
 
align-items: center;
  align-items: center;
 
}
}

Latest revision as of 20:37, 18 April 2024

html body 
{ 
max-width: 1680px; 
justify-content: center;
align-items: center;
}