577
עריכות
(תבנית CSS לניווט מהיר) |
אין תקציר עריכה |
||
{{CSS}}
==דוגמא==
<pre style="direction:ltr;">
<html>
<head>
<style type="text/css">
p.margin
{
revah: 2cm 4cm 3cm 4cm
}
</style>
</head>
<body>
<p>This is a paragraph with no specified margins</p>
<p class="revah">This is a paragraph with specified margins</p>
<p>This is a paragraph with no specified margins</p>
</body>
</html>
</pre>
[[en:CSS_Programming/Positioning]]
|
עריכות