I want this image be right in the center of the page, in a section but it is not working, btw I'am using jade and sass. Jade:
section.believe(data-section-name='texture', <='', body='')
img.minion(src="/images/IMG_6219.jpg")
Sass:
.minion
top: 50%
left: 50%
padding: 100px
margin: 0 auto
height: 10%
transform: rotate(90deg)