Source code

Revision control

Copy as Markdown

Other Tools

<html>
<head>
<title>Screenshots</title>
</head>
<body>
<div style="display: flex;flex-flow: row wrap;gap: 8px;">
<div style="height:100px; width:100px; background-color: blue;"></div>
<div style="height:100px; width:100px; background-color: blue;"></div>
<div style="height:100px; width:100px; background-color: blue;"></div>
<div style="height:100px; width:100px; background-color: blue;"></div>
<div style="height:100px; width:100px; background-color: blue;"></div>
<div style="height:100px; width:100px; background-color: blue;"></div>
</div>
<div style="display: flex;flex-direction: column;gap: 8px;">
<div style="height:100px; width:100px; background-color: red;"></div>
<div style="height:100px; width:100px; background-color: red;"></div>
<div style="height:100px; width:100px; background-color: red;"></div>
<div style="height:100px; width:100px; background-color: red;"></div>
<div style="height:100px; width:100px; background-color: red;"></div>
<div style="height:100px; width:100px; background-color: red;"></div>
<div style="height:100px; width:100px; background-color: red;"></div>
<div id="hello" style="height:100px; width:100px; background-color: red;"></div>
</div>
</body>
</html>