I\'m trying to add a border to a div element in HTML. Below is my code.
You can use the shortcode for border, which contains color, width AND style (which you are missing right now):
#container-border { border: 2px solid red; }