Difference between revisions of "User:Annalucia.zablah"

From wiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
 +
{{#css:
 +
 
.square {
 
.square {
 
   width: 100%;
 
   width: 100%;

Revision as of 15:55, 22 February 2023

{{#css:

.square {

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

} .content {

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

}