Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Div
classhome-banner

We are proud to offer a large variety of equipment for student projects. Please use the links below to explore the equipment by category.

CSS Stylesheet
.home-banner {
                    background: #0052cc;
                    color: #fff;
                    font-size: 20px;
                    padding: 20px;
                    }
                    .home-banner h2 {
                    color: #fff;
                    }
                    .title-box {
                    border: 1px solid #0052cc;
                    padding: 10px;
                    }
                    .title-box > h2 {
                    background: #0052cc;
                    bottom: 10px;
                    color: #fff;
                    margin-left: -10px;
                    margin-right: -10px;
                    padding: 2px 10px;
                    position: relative;
                    }