mirror of
https://github.com/aclindsa/moneygo.git
synced 2024-11-01 00:10:06 -04:00
Center content in page using CSS, not <center>
This commit is contained in:
parent
53e8b07623
commit
fce1e44be6
@ -25,10 +25,6 @@
|
|||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<center>
|
|
||||||
<div id="content"></div>
|
<div id="content"></div>
|
||||||
</center>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,4 +2,7 @@ div#content {
|
|||||||
width: 95%;
|
width: 95%;
|
||||||
min-width: 75em;
|
min-width: 75em;
|
||||||
max-width: 100em;
|
max-width: 100em;
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user