Came across this intriguing idea to create polygons using only CSS and basic HTML - very simple and practical.
Here is the code
PLAIN TEXT
HTML:
<html>
<head>
<style>
div {
width:0;
height:0;
[...]
Came across this intriguing idea to create polygons using only CSS and basic HTML - very simple and practical.
Here is the code
PLAIN TEXT
HTML:
<html>
<head>
<style>
div {
width:0;
height:0;
[...]