Difference between revisions of "Template:US2002021967 Group CSS"

From Modern Enigma Society 2020 Wiki
Jump to navigation Jump to search
Line 12: Line 12:
 
     text-align: center;
 
     text-align: center;
 
     border-radius: 0px 0px 100px 0px;
 
     border-radius: 0px 0px 100px 0px;
 +
}
 +
 +
.grp_avatar_backdrop {
 +
    width: 0;
 +
    height: 0;
 +
    border: 50px solid transparent;
 +
    border-bottom-color: red;
 +
    position: relative;
 +
    top: -50px;
 +
}
 +
.grp_avatar_backdrop:after {
 +
    content: '';
 +
    position: absolute;
 +
    left: -50px;
 +
    top: 50px;
 +
    width: 0;
 +
    height: 0;
 +
    border: 50px solid transparent;
 +
    border-top-color: red;
 
}
 
}
  

Revision as of 21:33, 25 February 2021