Box1

Box1 general purpose.
Students boxes.
Add code and then edit to get colour and sizes you want.

HTML

<div class="box1"><h10>Heading</h10><br />


CSS

/****Start   Css code for box1 ******/
.box1 {background: rgba(255,255,0,.7); border: 2px solid brown; width: 500px; margin: auto; font-size: 20px; padding: 15px; border-radius: 5px; color: black;}
.box1 h10 {font-size: 200%; text-shadow: 2px 2px 1px black, -2px -2px 1px white; font-weight: 800; color: yellow;}
 /****EndCss code for box1 ******/