css怎麼設定右對齊

藏色散人
發布: 2023-01-04 09:35:43
原創
29448 人瀏覽過

css設定右對齊的方法:1、透過使用cssposition屬性來實現右對齊效果;2、透過float屬性實現右對齊效果;3、透過text-align屬性實現右對齊效果。

css怎麼設定右對齊

本文操作環境:windows7系統、CSS3&&HTML5版、Dell G3電腦。

透過css設定右對齊方法詳解:

1、透過css的position屬性實作右對齊

右对齐

以下实例演示了如何使用 position 来实现右对齐:

元素右对齐

css代码: .right { position: absolute; right: 0px; width: 300px; border: 3px solid #73AD21; padding: 10px; }
登入後複製

效果圖:

css怎麼設定右對齊

2、透過float屬性實作右對齊

   

在下面的段落中,我们添加了一个样式为 float:right 的图像。结果是这个图像会浮动到段落的右侧。

css怎麼設定右對齊 This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text.

登入後複製

效果圖:

css怎麼設定右對齊

3、透過text-align屬性實作右對齊

   

这是标题 1

这是标题 2

这是标题 3

登入後複製

效果圖:

css怎麼設定右對齊

【推薦學習:css影片教學

以上是css怎麼設定右對齊的詳細內容。更多資訊請關注PHP中文網其他相關文章!

相關標籤:
css
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!