I recently generated a div element dynamically through code.
var Element; Element = document.createElement('div');
My goal now is to modify the right and bottom borders to "#CCCCCC 1px solid".
I aim to achieve this without relying on any external libraries and without using CSS classes.