Horje
format hexagonal css get Code Example
format hexagonal css get
.hexagon {
  position: relative;
  width: 300px; 
  height: 173.21px;
  background-color: #eb0f5c;
  margin: 86.60px 0;
}

.hexagon:before,
.hexagon:after {
  content: "@";
  position: absolute;
  width: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 86.60px solid #eb0f5c;
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 86.60px solid #eb0f5c;
}




Css

Related
ssh: connect to host 192.168.0.200 port 22: Connection refused Code Example ssh: connect to host 192.168.0.200 port 22: Connection refused Code Example
split group of flex item Code Example split group of flex item Code Example
make td match display flex Code Example make td match display flex Code Example
alinhar componentes css Code Example alinhar componentes css Code Example
Shadow On left & right side Code Example Shadow On left & right side Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11