Download CSS LESS
Readable CSS CSS Documentation LESS Documentation GitHub

CSS

Size

Color

Change on hover?

Block or inline?

Get the code

In head:
<link rel="stylesheet" href="hexagon.min.css">
In body:

	

LESS

@import "hexagon"

.pink-badge {
  .hexagon(34px, #f8d);
}

.play-link {
  .hexagon(44px, #6d5);
  &:hover {
    .hexagon-changecolor(#2b6);
  }
}

	
Love

Click