16 lines
122 B
Plaintext
16 lines
122 B
Plaintext
//
|
|
// 1. Set direction to RTL
|
|
//
|
|
|
|
html {
|
|
direction: rtl;
|
|
}
|
|
|
|
//
|
|
// Remove default margin.
|
|
//
|
|
|
|
body {
|
|
direction: rtl;
|
|
}
|