fix: change div size

This commit is contained in:
2025-09-21 13:39:51 +03:00
parent 87d3dbf9d3
commit 5450977501

View File

@@ -10,7 +10,7 @@
</style> </style>
</head> </head>
<body> <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 Center Div 1
</div> </div>
</body> </body>