Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

popper js example

#arrow,
#arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  z-index: -1;
}

#arrow::before {
  content: '';
  transform: rotate(45deg);
  background: #333;
}
Source by popper.js.org #
 
PREVIOUS NEXT
Tagged: #popper #js
ADD COMMENT
Topic
Name
4+4 =