Answers for "html div container"

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;
      ">
Posted by: Guest on November-12-2020
0

create a container in html

<div class="container">
     <!-- Your code here -->
</div>
Posted by: Guest on March-31-2022

Browse Popular Code Answers by Language