Dome¶
 
Great for temples or parlaments
Properties¶
- 
property display:dome;
- Required - YES 
- 
property roof:SELECTOR-TO-WALL | null;
- Default - null- Wall of side faces stretched vertically. 
Example¶
dome-roof {
    display: dome;
    width: 100;
    depth: 100;
    height: 100;
    wall: wall.bricik;
}
You can try in on https://pixelopolis.herokuapp.com/examples/Basic-shapes/Dome
 
 
 
