.poppy{ height: 90px; width: 90px; position: absolute; top:calc(50% - 45px); left:calc(50% - 45px); text-align:center; .pedal{ height: 50px; width: 50px; background: linear-gradient( to bottom right, red, darken(red, 20%) ); position: absolute; border-radius: 70% 40% 40% 40%; &:nth-child(1){ transform: rotate(0deg); left:0px; top: 0px; z-index: 998; } &:nth-child(2){ transform: rotate(90deg); left:35px; top: 0px } &:nth-child(3){ transform: rotate(270deg); left:0px; top: 35px } &:nth-child(4){ transform: rotate(180deg); left:35px; top: 35px } } .center{ position: absolute; top:30px; left: 37.5px; z-index: 99999; .line{ height: 25px; width: 10px; border-radius: 100%; background: #000; position: absolute; &:nth-child(1){ } &:nth-child(2){ transform: rotate(90deg); } &:nth-child(3){ transform: rotate(135deg); } &:nth-child(4){ transform: rotate(-135deg); } } } h1,h2{ position: absolute; top: 90px; width: 250px; font-family: 'Droid Serif'; left: calc(50% - 125px); text-shadow: 0px 2px 5px #666; } h2{ top: 135px; } }