Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

curved lines css

.box {
  width: 500px;
  height: 100px;
  border: solid 5px #000;
  border-color: transparent transparent #000 transparent;
  border-radius: 0 0 240px 50%/60px;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #curved #lines #css
ADD COMMENT
Topic
Name
6+3 =