@mixin on-circle($item-count, $circle-size, $item-size) { position: relative; width: $circle-size; height: $circle-size; padding: 0; border-radius: 50%; list-style: none; > * { display: block; position: absolute; top: 50%; left: 50%; width: $item-size; height: $item-size; margin: -($item-size / 2); $angle: (360 / $item-count); $rot: 0; @for $i from 1 through $item-count { &:nth-of-type(#{$i}) { transform: rotate($rot * 1deg) translate($circle-size / 2) rotate($rot * -1deg); } $rot: $rot + $angle; } } }





Mirror In Front Of Front Door




“Putting a mirror in front of an entrance door is considered bad luck. This is because the mirror reflects out all the good luck that tries to come into your home.”

-Yun, Korea


“Based on Feng Shui you shouldn’t place a mirror in front of a front door, as the entrance door is how the life energy enters your house. Placing a mirror in front of the entrance reflects the energy out instead of inviting it in.”

-Wang, China
Countries where the superstition can be found:
Korea
China

 
Explore related themes:
Luck
Door/Entrance
Mirror