You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
543 B

.square-container {
width: 200px; /* Adjust the width to control the size of the square */
height: 200px; /* Adjust the height to match the width for a square */
border: 2px solid #000; /* Border for the square */
padding: 20px; /* Padding to create space inside the square */
text-align: center; /* Center the content horizontally */
}
.square-container h2 {
margin: 0;
}
.square-container form {
margin-top: 20px;
}