2025-05-03 16:35:53 -03:00
|
|
|
<!DOCTYPE html>
|
2023-04-05 13:21:40 -03:00
|
|
|
<style>
|
|
|
|
|
* {
|
|
|
|
|
font-family: 'SerenitySans';
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<!-- Should be container-like, with margins on either side and middle aligned -->
|
|
|
|
|
<div style="
|
|
|
|
|
display: table;
|
|
|
|
|
max-width: 100px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
table-layout: fixed;
|
|
|
|
|
background-color: lightblue;
|
|
|
|
|
">
|
|
|
|
|
<div style="width: 2000px">1</div>
|
|
|
|
|
</div>
|