Himas Rafeek
Posted on: 2 years ago
CSS

CSS – Center your website horizontally


                                          .wrapper {
       width: 960px;
       margin: auto;
}