Template:HexCSS: Difference between revisions

From Beacon Space
Content deleted Content added
imported>Turbo566
Turbo566 changed the content model of the page Template:HexCSS from "plain text" to "CSS"
imported>Turbo566
Turbo566 changed the content model of the page Template:HexCSS from "CSS" to "Sanitized CSS"
(No difference)

Revision as of 12:46, 11 December 2022

.hextop
{
  border-right: 30px solid;
  border-top: 52px solid transparent !important;
  border-bottom: 52px solid transparent !important;
  display: inline-block;
}

.hexmid
{
  width: 60px;
  height: 104px;
  display: inline-block;
}

.hexbot
{
  border-left: 30px solid;
  border-top: 52px solid transparent !important;
  border-bottom: 52px solid transparent !important;
  display: inline-block;
}