Skip to content

Instantly share code, notes, and snippets.

@theskumar
Created March 27, 2012 06:32
Show Gist options
  • Save theskumar/2213313 to your computer and use it in GitHub Desktop.
Save theskumar/2213313 to your computer and use it in GitHub Desktop.
css: paragraph min width with fluid elements
p:before {
content: "";
width: 10em;
display: block;
overflow: hidden;
/* For Demonstration */
border: 1px solid green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment