Saturday 15 September 2012

html - Put a DIV class in the middle using css -


There are some CSS related issues for layout issues. First of all see this screenshot:  http://i.stack.imgur.com/nmw69.png I have used CSS here like this:

  .image {float: right; Cushion Top: 10px; Padding-left: 10px; Padding-bottom: 10px;} Description {font-size: 15px; Font-style: italic; Padding: 10px; Color: # 5C5C5C; Text-shadow: 0 px 0 px1px # a1a1a1;} .image. Description {display: block;} .man-graph {clear: both;}   

But what I have to do to display the details in this way:  http://i.stack.imgur.com/aX2B1.png You can tell me CSS, the status range is div < / Code> Keep in the middle like a second image Thanks

It will basically:

  .description, .image {display: inline-block; Vertical-align: medium; }    

No comments:

Post a Comment