Fixed size box with scroll bars pre { background-color:#FDFDFD; font: 1.0em ‘Courier New’, Courier, Fixed; overflow: auto; line-height: 1em; width: 640px; margin-top: 5px; margin-right: 0px; margin-bottom: 10px; margin-left: 10px; padding: 5px; text-align: left; Scroll bars only appear when you hover pre { background-color:#FDFDFD; font: 1.0em ‘Courier New’, Courier, Fixed; overflow: hidden; line-height: 1em; width: […]
Category: CSS
.CSS Basics(6)
.Debugging CSS(1)
.Examples(14)
Align(3)
Animation(1)
Background(4)
Border(2)
Browser(2)
Button(2)
Columns(1)
CSS Files(1)
Defines(1)
Display(2)
Files(3)
Float(2)
Forms(9)
Hidden(1)
Images(7)
Links(1)
Lists(2)
Margin(1)
Maths(1)
Override Styles(2)
Padding(1)
Positioning(2)
Responsive CSS(4)
Spacing(2)
Text(13)
Variables(1)
Visibility(1)
Zoom(1)
.Useful CSS
Setting style <div class="style1"> <div style="color:#FF0000"> <span style="color:#FF0000">colored</span> Size width: 100%; height: 20px; Padding padding: 2px; (All) padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; Margin margin: 2px; (All) margin: 1px 2px; (Top+Bottom, Right+Left) margin: 1px 2px 3px; (Top, Right+Left, Bottom) margin: 1px 2px 3px 4px; (Top, Right, Bottom, Left) margin-top: 2px; margin-right: 2px; margin-bottom: […]