8 lines
172 B
HTML
8 lines
172 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div style="flex-direction: column-reverse; display: inline-flex;">
|
|
<div style="flex: 1 1 max-content;"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|