Top "Layout" questions

The layout tag is for questions about the placement, alignment and justification of objects with respect to a containing element.

What's the difference between align-content and align-items?

Can anybody show me the difference between align-items and align-content?

css layout flexbox alignment
how to make a div to wrap two float divs inside?

I don't know if it's a common problem, but I can't find the solution in web so far. I would …

css layout html css-float
Increase distance between text and title on the y-axis

The y-axis title appears too close to the axis text. ggplot(mpg, aes(cty, hwy)) + geom_point() I have tried …

r layout plot ggplot2
How to create standard Borderless buttons (like in the design guideline mentioned)?

I was just checking the design guidelines and wondering about the borderless buttons. I goggled and tried to find in …

android layout button borderless
Stretch horizontal ul to fit width of div

For the main nav of my site, there is a 980px wide div with a ul for the main nav …

css layout html html-lists
add controls vertically instead of horizontally using flow layout

I am adding checkboxes on JPanel in FlowLayout the checkboxes are being added horizontally. I want to add checkboxes vertically …

java swing layout jpanel
html 5 audio tag width

I was wondering if it's possible to set the width of the audio tag. It is not a supported feature …

html layout html5-audio
How to layout multiple panels on a jFrame? (java)

I am in the process of making my own java socket game. My game is painting alright to the full …

java swing layout jframe jpanel
Razor View Without Layout

How come when I have Layout = null; in my view - it still pulls in the default layout?! Is there …

asp.net-mvc asp.net-mvc-3 layout razor
Android Layout Weight

I am new to Android development and I have a question about setting weight in a linear layout. I am …

android layout