1 Commits
main ... dev

Author SHA1 Message Date
5450977501 fix: change div size 2025-09-21 13:39:51 +03:00

View File

@@ -10,7 +10,7 @@
</style>
</head>
<body>
<div style="width: 200px; height: 200px; text-align: center; background-color: #d3d3d3">
<div style="width: 300px; height: 300px; text-align: center; background-color: #d3d3d3">
Center Div 1
</div>
</body>