css怎么设置右对齐
时间:2021-05-07
来源:互联网
标签:
今天PHP爱好者为您带来css设置右对齐的方法:1、通过使用cssposition属性来实现右对齐效果;2、通过float属性实现右对齐效果;3、通过text-align属性实现右对齐效果。希望对大家有所帮助。
本文操作环境:windows7系统、CSS3&&HTML5版、Dell G3电脑。
通过css设置右对齐方法详解:
1、通过css的position属性实现右对齐
<h2>右对齐</h2>
<p>以下实例演示了如何使用 position 来实现右对齐:</p>
<p class="right">
<p>元素右对齐</p>
</p>
css代码:
.right {
position: absolute;
right: 0px;
width: 300px;
border: 3px solid #73AD21;
padding: 10px;
}
效果图:
2、通过float属性实现右对齐
<html>
<head>
<style type="text/css">
img
{
float:right
}
</style>
</head>
<body>
<p>在下面的段落中,我们添加了一个样式为 <b>float:right</b> 的图像。结果是这个图像会浮动到段落的右侧。</p>
<p>
<img src="/i/eg_cute.gif" />
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.
</p>
</body>
</html>
效果图:
3、通过text-align属性实现右对齐
<html>
<head>
<style type="text/css">
h1 {text-align: center}
h2 {text-align: left}
h3 {text-align: right}
</style>
</head>
<body>
<h1>这是标题 1</h1>
<h2>这是标题 2</h2>
<h3>这是标题 3</h3>
</body>
</html>
效果图:
以上就是css怎么设置右对齐的详细内容,更多请关注php爱好者其它相关文章!
-
Adobe Acrobat破解版下载及安装方法教程 时间:2025-10-18
-
Beyond Compare 4 破解版激活教程和使用方法 时间:2025-10-18
-
viewstate用法详解 时间:2025-10-18
-
SCOPE_IDENTITY()函数用法详解 时间:2025-10-18
-
keyvaluepair用法详解 时间:2025-10-18
-
VirtualBox中VBoxGuestAdditions.iso下载地址及安装步骤、常见问题等 时间:2025-10-18
今日更新
-
粒粒的小人国支持联机吗-粒粒通讯录玩法
阅读:18
-
石志乐是什么梗?揭秘网络热词背后的搞笑故事和流行原因
阅读:18
-
石志是什么梗?揭秘网络热词背后的爆笑含义和流行起源,看完秒懂!
阅读:18
-
时臣错误梗揭秘:为何他总背锅?Fate经典名场面真相解析
阅读:18
-
远坂时臣的梗为何总被玩坏?揭秘Fate背锅侠的经典名场面!
阅读:18
-
时臣是什么梗?揭秘Fate背锅侠的爆笑名场面!
阅读:18
-
时辰的梗是什么梗?揭秘古代时间梗的爆笑新用法!
阅读:18
-
时辰梗是网络热词,指用古代十二时辰对应现代时间玩梗,幽默调侃生活作息,引发年轻人共鸣。
阅读:18
-
时辰是什么梗?揭秘网络热词时辰的爆火原因和用法,看完秒懂!
阅读:18
-
时代变了大人是什么梗?揭秘网络热词背后的幽默与深意!
阅读:18