Results 1 to 2 of 2
Hybrid View
-
2nd September 2013 04:45 #1
CSS - ( spacing between paragraphs )!
, ( )!
line-height: .. em , % , ! ?

Code:<html> <head> <title></title> </head> <link href="mac.css" type="text/css" rel="stylesheet" > <body> <div id="wrapper"> <div id="box"> <p1> 1 </p1> <p>2 </p> </div> </div> </body>
Code:#wrapper{ margin: 20px auto; outline:1px solid #444; width:800px; height:1024px; position:relative; } #box{ top:50px; left:50px; position:absolute; width:200px; height:100px; outline:1px solid #999; } #box p1{ line-height:0.7em; } #box p { line-height:0.2em; }
-
2nd September 2013 11:27 #2
, , margin 0 .
Lenovo Y720; Samsung 850 Evo 1TB; Logitech G604; DELL U2410; Wacom Intuos 4L




Reply With Quote
Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in