Template:HexCSS: Difference between revisions

From Beacon Space
Content deleted Content added
No edit summary
XavierStordiz changed the content model of the page Template:HexCSS from "plain text" to "Sanitized CSS"
Tag: content model change
 
(2 intermediate revisions by one other user not shown)
(No difference)

Latest revision as of 20:02, 14 June 2023

.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;
}