Related Posts Plugin for WordPress, Blogger...
Powered by Blogger.

1.3.12

The HTML/CSS of My Outfit

No matter how many layers I wear it never seems to be enough. I wonder if you are able to tell how many layers I have on here. I'll walk you through it:

<head>
<style>
  object1 {brand: Wolford;
                 color: #000000;
                 opacity:1.0;}

  object2 {brand: BCBG MAXAZRIA;
                 garment-style: activewear;
                 color: #000000;}

  object3 {brand: Urban Outfitters;
                 garment-style: two layers; long sleeve;
                 pattern: black with flowers;}

  object4 {brand: BCBG MAXAZRIA;
                 fabric: waffle-knit;
                 color: #808080;}

  object5 {brand: Juicy Couture;
                 material: leather;
                 color:#000000;}

  object6 {material: wool; shearling;
                 color:#000000;}

  object7 {brand: Cheap Monday;
                 material: leather;
                 color:#FFFFFF; #000000;}

  object8 {brand: Marc by Marc Jacobs;
                 material: leather;
                 color:#000000;}

  object9 {fabric: hand knit;
                 color:#FFFFFF;}

  object10 {material: leather;
                   color:#000000;}

  object11 {brand: Oliver Peoples;
                   color:#000000;}

</style>
</head>
<body>
 <wrap>
  <div class="head_and_neck">
      <div id="hair"><object9 style="accessory: hat"></object9></div>
      <div id="face"><object11 style="accessory: sunglasses"></object11></div>
      <div class="neck"></div>
  </div>

  <div class="torso">
       <div id="shoulders_arms_hands_chest_waist">
          <object3 style="garment: dress"></object3>
          <object4 style="garment: sweater"></object4>
          <object5 style="garment: vest"></object5>
          <object6 style="garment: jacket"></object6>
          <object10 style="accessory: gloves"></object10>
          <object8 style="accessory: bag"></object8>
       </div>
  </div>


  <div class="legs_feet">
          <object1 style="garment: tights"></object1>
          <object2 style="garment: leggings"></object2>
          <object3 style="garment: thigh_highs"></object3>
          <object7 style="shoes: wedges"></object7>
       </div>
  </div>

 </wrap>
</body>

0 comments:

Post a Comment

blog archive

followers

Follow this blog with bloglovin

Follow Dress Me Mag
Follow dressmemag on Twitter Follow dressmemag on Tumblr

Back to TOP