Himas Rafeek
Posted on: 1 year ago
CSS

CSS – Center your website horizontally


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