0
0

Compilation Error
Error: Invalid CSS after "...on: absolute; }": expected "}", was "{"
        on line 353 of sass/d:\веб программирование\job 3.1\src\sass\style.sass
>>     position: absolute; } {

.map
  position: relative
  min-height: 717px
  padding: 49px 0 49px 0
  background: url('../img/map.jpg') center (center / cover) no-repeat
  &_world 
    position: absolute
	  transform: translateX(-50%)
    left: 50%
	  bottom: 49px
    text-transform: uppercase
    color: #4ce2ff
    font-size: 15px
    font-weight: normal
    line-height: 4.53
    text-align: center
  &:hover
      text-decoration: none
      color: #ffffff

Таня Ожаховская
4 years ago






.map
  position: relative
  min-height: 717px
  padding: 49px 0 49px 0
  background: url('../img/map.jpg') center (center / cover) no-repeat
  &_world 
    position: absolute
    transform: translateX(-50%)
    left: 50%
    bottom: 49px
    text-transform: uppercase
    color: #4ce2ff
    font-size: 15px
    font-weight: normal
    line-height: 4.53
    text-align: center
  &:hover
      text-decoration: none
      color: #ffffff
Alex B
4 years ago

Один ответ