How To Create Custom Container.

Forums CSSHow To Create Custom Container.
Staff asked 2 years ago

how to create a custom container.

Answers (2)

Add Answer
Umang Ramani Marked As Accepted
Staff answered 2 years ago

Use this CSS properties:

.container {
max-width: 1200px;
margin: 0 auto;
width: 100%;
padding-left: 15px;
padding-right: 15px;
position: relative;
}

Staff answered 2 years ago

create a container name class and give the below CSS of the container class.

.container {
max-width: 1200px;
margin: 0 auto;
width: 100%;
padding-left: 15px;
padding-right: 15px;
position: relative;
}

Subscribe

Select Categories