News

//A
    let  parentShape = new ParentShape(10,255,0,0,”plantImages/seven.png”);
    parentShape.assignOuterDivStyle();// these “lets” control which children are displayed
    let  childShape = new ChildShape(3,45,0,0,”plantImages/twelve.png”,”hello child”);
    childShape.assignOuterDivStyle();

 

    let  childShapeTwo = new ChildShape(20,255,0,0,”plantImages/three.png”,”hello child”);
    childShapeTwo.assignOuterDivStyle();

 

    let childSHapeANother = new ChildShapeAnother(10,45,0,255,”plantImages/fifteen.png”,”hello child another”);
    childSHapeANother.assignOuterDivStyle();

 

    let childSHapeANotherTwo = new ChildShapeAnother(5,0,255,0,”plantImages/nine.png”,”hello child another”);
    childSHapeANotherTwo.assignOuterDivStyle();

[Currently being programmed…]

//A
    let  parentShape = new ParentShape(10,255,0,0,”plantImages/seven.png”);
    parentShape.assignOuterDivStyle();// these “lets” control which children are displayed
    let  childShape = new ChildShape(3,45,0,0,”plantImages/twelve.png”,”hello child”);
    childShape.assignOuterDivStyle();

    let  childShapeTwo = new ChildShape(20,255,0,0,”plantImages/three.png”,”hello child”);
    childShapeTwo.assignOuterDivStyle();

    let childSHapeANother = new ChildShapeAnother(10,45,0,255,”plantImages/fifteen.png”,”hello child another”);
    childSHapeANother.assignOuterDivStyle();

    let childSHapeANotherTwo = new ChildShapeAnother(5,0,255,0,”plantImages/nine.png”,”hello child another”);
    childSHapeANotherTwo.assignOuterDivStyle();