Archive: css

 

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;           [...]