User:Star0/sandbox/styles.css

< User:Star0‎ | sandbox
Star0讨论 | 贡献2024年11月23日 (六) 22:01的版本 (页面内容被替换为“.CCsingle { position: relative; } .CCsingle::after { content: ''; position: absolute; top: 0; right: 0; width: 50%; height: 50%; background-color: #9a337a; clip-path: polygon(100% 0, 0 0, 100% 100%); }”)
.CCsingle {
  position: relative;
}

.CCsingle::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 50%;
  background-color: #9a337a;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}