Difference between revisions of "Template:US2002021967 Group CSS"

From Modern Enigma Society 2020 Wiki
Jump to navigation Jump to search
Line 17: Line 17:
 
     width: 0;
 
     width: 0;
 
     height: 0;
 
     height: 0;
     border: 50px solid transparent;
+
     border: 170px solid transparent;
 
     border-bottom-color: red;
 
     border-bottom-color: red;
     position: relative;
+
     position: absolute;
     top: -50px;
+
     top: -140px;
 +
    left: 33px;
 +
    z-index: 0;
 
}
 
}
 +
 
.grp_avatar_backdrop:after {
 
.grp_avatar_backdrop:after {
 
     content: '';
 
     content: '';
 
     position: absolute;
 
     position: absolute;
     left: -50px;
+
     left: -170px;
     top: 50px;
+
     top: 170px;
 
     width: 0;
 
     width: 0;
 
     height: 0;
 
     height: 0;
     border: 50px solid transparent;
+
     border: 170px solid transparent;
 
     border-top-color: red;
 
     border-top-color: red;
 +
    z-index: 0;
 
}
 
}
  

Revision as of 21:41, 25 February 2021