html - hexagon shadow css javascript -


i have hexagon

<some code here> 

codepen example

how can add element shadow?

the result looks result example

you can using css3 box-shadow property. example:

[your hexagon] {   box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2); } 

Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -