136

#bed_covers {
width: 100%
}

#bed_covers .mine {
width: 10%
}

#bed_covers .mrs {
width: 90%
}

Comments
  • 24
    #bathroomCabinet {
    width: 100%;
    }
    #bathroomCabinet .herShit {
    width: 99%;
    }
    #bathroomCabinet .myShit {
    width: 1%;
    }
  • 19
    #BathroomSink {
    width:100%
    }
    #BathroomSink .herHair {
    width:99%
    }
    #BathroomSink .myHair {
    width:1%
    }
  • 6
    OP + comments are making me laugh loudly inside public transport right now 😂
  • 12
    #a-circle {
    Border-radius: 100% ;
    }
    #not-a-circle {
    Border-radius: 10%;
    }

    How to web design..
  • 7
    #puttingMyFootDown .beforeMarriage {
    Position: Absolute;
    }

    #puttingMyFootDown .afterMarriage {
    Position: Sticky;
    }
  • 9
    Why are they classes though, is there multiple mrs. and multiple me? 😏
  • 1
    background: cold;
  • 9
    #bed
    position: relative

    #wife
    position: absolute
    left: 10%
    right: 10%
    z-index: 2

    #me
    z-index: 1
  • 2
    @Divisionbyzero you sassy man. 😏
  • 3
    @shellbug thanks 😏
  • 4
    😀😀😎.....you guys own it really))))
    Now i m understand- da menpower is in da house!! ...pardon..on the PC...
    Thats aal reality description over here..++ to everybody...
  • 1
    Lol same here. It's a good thing she doesn't know regular expressions it she would be greedy too 😉
Add Comment