| 12345678910111213141516171819202122232425 |
- .home-banner{
- width: 100%;
- }
- a{
- text-decoration: none;
- color: white;
- &:hover{
- color: $focus-color;
- }
- }
- .hot-courses{
- text-align: center;
- width: 100%;
- &__title{
- margin-top: 20px;
- }
- &__list{
- color: $sub-color;
- margin: 20px 0 40px 0;
- }
- }
|