User:Annalucia.zablah

From wiki
Revision as of 15:54, 22 February 2023 by Annalucia.zablah (talk | contribs)
Jump to navigation Jump to search

.square {

 width: 100%;
 height: 0;
 padding-top: 100%;
 background-color: #ccc;
 position: relative;

} .content {

 position: absolute;
 top: 0;
 left: 0;

}