Merge pull request 'Feature: Add new file' (#1) from dev into staging

Reviewed-on: #1
This commit is contained in:
2025-09-21 05:33:48 +02:00

18
center_div.html Normal file
View File

@@ -0,0 +1,18 @@
<html>
<head>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
</style>
</head>
<body>
<div style="width: 200px; height: 200px; text-align: center; background-color: #d3d3d3">
Center Div 1
</div>
</body>
</html>