Template:HexCSS: Difference between revisions

From Beacon Space
Content deleted Content added
No edit summary
No edit summary
Line 1:
.hextop
{
float: left;
border-right: 30px solid;
border-top: 52px solid transparent !important;
Line 9 ⟶ 8:
.hexmid
{
float: left;
width: 60px;
height: 104px;
Line 16 ⟶ 14:
.hexbot
{
float: left;
border-left: 30px solid;
border-top: 52px solid transparent !important;

Revision as of 07:33, 22 August 2020

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

.hexmid
{
  width: 60px;
  height: 104px;
}

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