25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- @import "_mixins";
-
- *, body{
- margin: 0;
- padding: 0;
- list-style: none;
- box-sizing: border-box;
- font-family: Roboto;
- }
-
- p{
- opacity: 0.8;
- }
- .container{
- @include container;
- }
- img{
- width: 100%;
- }
- .overlay-blue {
- width: 100%;
- height: 100%;
- background-color: $secondary-color;
- opacity: 0.8;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- position: absolute;
- }
- a{
- text-decoration: none;
- }
|