• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

CSS Alignment Doubt

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello friends, i have some problem in div alignments

Guys here is my problem.
<div align='center' style='text-align:center;width:100%'>

<div style='float:left;width:200px'></div>
<div style='float:left;width:200px'></div>
<div style='float:left;width:300px'></div>
<div style='float:left;width:400px'></div>
<div style='float:left;width:900px'></div>

</div>

I need the output as

The first three inner divs will be shown in first row and be in center of main div
the next div having 400px width is in second row
the remaining 900px div in 3rd row.
The second row will be center of second row.

I think you guys got my question
can you please reply fast. I am a programmer not a designer.
Thanks in advance

 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

yaswanth kumar wrote:I think you guys got my question


Nope. What's the question?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic