要将文本方向更改为从右到左,我们可以使用以下 CSS 代码:
direction:rtl; //displays text direction as right to left
Run Code Online (Sandbox Code Playgroud)
在 css 中有什么方法可以将整个页面布局方向从右到左反转,包括列表?
小智 5
每当整个文档方向从右到左时,将 dir="rtl" 添加到 html 标记。这为整个文档设置了基本方向。
<!DOCTYPE html>
<html dir="rtl" lang="ar">
<head>
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
11617 次 |
| 最近记录: |