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爱好者其它相关文章!
-
百度网盘不限速的方法(官方推荐) 时间:2025-09-16
-
Visual Studio Code下载和安装教程 怎么改成中文? 时间:2025-09-16
-
浏览器显示"您的连接不是私密连接"是什么意思?原因分析及解决方法 时间:2025-09-16
-
ChromeDriver下载地址在哪 ChromeDriver安装及配置教程 时间:2025-09-16
-
Python中syntaxerror:invalid syntax错误的原因及解决方法 时间:2025-09-16
-
Xshell是用来干嘛的 Xshell下载、安装、使用教程详细介绍 时间:2025-09-16
今日更新
-
天降梗是什么梗?揭秘网络爆火梗的来龙去脉,看完秒懂!
阅读:18
-
天降正义是什么梗?揭秘网络热词背后爆笑名场面和正义感爆棚的流行文化
阅读:18
-
天降正义是什么梗?揭秘网络热词背后的爆笑名场面
阅读:18
-
天津北仓是什么梗?揭秘网络热词背后真相,网友直呼太真实了!
阅读:18
-
想知道天津这个梗是什么梗吗?揭秘爆火网络热梗背后的真相,快来了解!
阅读:18
-
想知道天空的梗是什么梗吗?揭秘爆火网络热梗背后的有趣故事!
阅读:18
-
天空梗是什么梗?揭秘网络爆火天空表情包的搞笑起源与玩法
阅读:18
-
想知道天籁是什么梗?揭秘网络热词天籁的爆笑来源和流行用法!
阅读:18
-
想知道天蓝怪是什么梗吗?揭秘这个火爆网络的神秘热词,让你秒懂潮流!
阅读:18
-
天蓝怪行为是什么梗?揭秘网络爆火神秘现象背后的搞笑真相!
阅读:18