html - css border is not show although I make it -


this html code

<div id="vertical-chart-total-calls-statuses" class="chart-holder" style="border:10px #000">                         <canvas class="overlay" width="478" height="265"></canvas>                     </div> 

i draw canvas using library.

my problem div vertical-chart-total-calls-statuses doesn't have border. why please?

thanks

try add solid

border:10px solid #000 

border-style reference here


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -