div container example
Example 1: div container style
<div class="tab-content col-md-12"
style=" width:600px;
box-shadow: 3px 3px 3px 3px grey;
margin:10px;
background-color: #E0D8D6;
">
Example 2: css how to style a div
/*
<div class="#">
<p>Hello World</p>
</div>
*/
/*put a dot in front of the name from your class*/
.#{
display: block;
margin: auto;
width: 50%;
}
Example 3: html div tag
<div></div>