14 lines
95 B
CSS
14 lines
95 B
CSS
|
body, p {
|
||
|
direction: rtl;
|
||
|
}
|
||
|
|
||
|
h1,
|
||
|
h2,
|
||
|
h3,
|
||
|
h4,
|
||
|
h5,
|
||
|
h6 {
|
||
|
text-align: center;
|
||
|
direction: rtl;
|
||
|
}
|