Pages
HOME
HTML5
CSS3
JAVASCRIPT
PHP
C
SEO/SMM
SOFTWARE
TIPS & TRICKS
PRIVACY POLICY
CONTACTS
Saturday, August 17, 2013
CSS dimension minimum width
<html>
<head>
<style type="text/css">
p
{
min-width:50px;
}
</style>
</head>
<body>
<p>The minimum width of this paragraph is set to 50px.</p>
</body>
</html>
Result
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment