- CSS 教程
- CSS - 教程
- CSS - 简介
- CSS - 语法
- CSS - 选择器
- CSS - 包含
- CSS - 度量单位
- CSS - 颜色
- CSS - 背景
- CSS - 字体
- CSS - 文本
- CSS - 图像
- CSS - 链接
- CSS - 表格
- CSS - 边框
- CSS - border-block 属性
- CSS - 边框内联
- CSS - 边距
- CSS - 列表
- CSS - Padding 属性
- CSS - 光标
- CSS - 轮廓
- CSS - 维度
- CSS - 滚动条
- CSS - 内联块
- CSS - 下拉列表
- CSS - visibility 属性
- CSS - Overflow 属性
- CSS - 清除修复
- CSS - float(浮点)
- CSS - 箭头
- CSS - resize 属性
- CSS - quotes 属性
- CSS - order 属性
- CSS - Position 属性
- CSS - hypens 属性
- CSS - :hover(悬停)
- CSS - display(显示)
- CSS - focus 属性
- CSS - zoom(缩放)
- CSS - translate 属性
- CSS - Height 属性
- CSS - hyphenate-character 属性
- CSS - Width 属性
- CSS - opacity 属性
- CSS - z-index 属性
- CSS - bottom 属性
- CSS - 导航栏
- CSS - 覆盖
- CSS - 表单
- CSS - 对齐
- CSS - 图标
- CSS - 图片库
- CSS - 注释
- CSS - 加载器
- CSS - Atrribute 选择器属性
- CSS - 运算器
- CSS - root
- CSS - 盒子模型
- CSS - 计数器
- CSS - Clip (Obsolete) 属性
- CSS - writing-mode 属性
- CSS - Unicode-bidi 属性
- CSS - min-content 属性
- CSS - 全部
- CSS - inset 属性
- CSS - isolation 属性
- CSS - overscroll-behavior 属性
- CSS - justify-items 属性
- CSS - justify-self 属性
- CSS - tab-size 属性
- CSS - pointer-event 属性
- CSS - place-content 属性
- CSS - place-items 属性
- CSS - place-self 属性
- CSS - max-block-size 属性
- CSS - min-block-size 属性
- CSS - mix-blend-mode 属性
- CSS - max-inline-size 属性
- CSS - min-inline-size 属性
- CSS - offset 属性
- CSS - accent-color 属性
- CSS - user-select 属性
- CSS 高级
- CSS - grid 属性
- CSS - Grid 布局
- CSS - flexbox
- CSS - vertical-align 属性
- css - positioning
- css - layers
- css - pseudo_classes
- CSS - 伪元素
- CSS - @ 规则
- CSS 滤镜 - text-effect 属性
- CSS 分页媒体
- CSS 打印
- CSS - 布局
- CSS - 验证
- CSS - 图像精灵
- CSS - !important
- CSS - 数据类型
- CSS3 教程
- CSS - 圆角
- CSS - 边框图像
- CSS - 多种背景
- CSS - 渐变
- CSS - box-shadow 属性
- CSS - box-decoration-break 属性
- CSS - caret-color 属性
- CSS - text-shadow 属性
- CSS - 2D 转换
- CSS - 3D 变换
- CSS - transition 属性
- CSS - 动画
- CSS - 多列布局
- CSS - 盒子大小调整
- CSS - 工具提示
- CSS - buttons
- CSS - 分页
- CSS - 变量
- CSS - 媒体查询
- CSS - 值函数
- CSS - 数学函数
- CSS - Mask 属性
- CSS - shape-outside 属性
- CSS - 样式图像
- CSS - 特异性
- CSS - 自定义属性
- CSS 响应式
- CSS - 响应式网页设计 (RWD)
- CSS - 响应式设计视口
- CSS - 响应式网格视图
- CSS - 响应式媒体查询
- CSS - 响应式图像
- CSS - 响应式视频
- CSS - 响应式框架
- CSS 引用
- CSS - 所有属性列表
- CSS - 颜色引用
- CSS - 浏览器支持参考
- CSS - 网页字体
- CSS 工具
- CSS - PX 到 EM 的转换
CSS - justify-self 属性
CSS justify-self 属性通过为所有框项设置默认的 justify-self 来为每个框的相关轴提供默认对齐。
可能的值
auto − 该值基于父框的 justify-items 属性,除非该框缺少父框或绝对定位,其中它默认为“auto”表示正常。
normal − 此关键字的效果取决于布局模式:
- 该关键字与块级布局中的 start 相同。
- 在绝对定位中,关键字充当替换框的“开始”和其他绝对定位框的“延伸”。
- 此关键字在表单元格布局中毫无意义,因为它的属性被忽略。
- 此关键字在 flexbox 布局中毫无意义,因为它的属性被忽略了。
- 对于网格项,此关键字的行为类似于拉伸,但具有纵横比或固有大小的框除外,在这些框中,它的功能类似于开始。
start − 在对齐容器的起始边缘对齐相应轴上的项目。
end − 将对齐容器的端边缘处的项目对齐到相应的轴上。
center − 将项目对齐对齐容器的中心。
flex-start − 此值被视为由不是 flex 容器的子项启动。
flex-end− 此值被不是 flex 容器的子项视为 end。
self-start − 项目在适当的轴上对齐到对齐容器的起始边缘。
self-end − 项目在适当的轴上对齐到对齐容器的端边缘。
left - 项目与对齐容器的左边缘对齐。如果属性的轴不平行于内联轴,则此值的作用类似于 start。
right − 项目在适当的轴上对齐到对齐容器的右边缘。如果属性的轴不平行于内联轴,则此值的作用类似于 start。
baseline, first baseline, last baseline - 定义与其基线共享组中框的第一个或最后一个基线的对齐方式,将框的第一个或最后一个基线集与相应的基线对齐,开始作为第一个基线的回退,结束作为最后一个基线。
stretch − 当项目的聚合大小小于对齐容器时,自动调整大小的项目会均匀放大,根据最大高度/最大宽度限制,组合大小将填充对齐容器。
safe - 如果项目的大小超过对齐容器,则对齐项目,就像已启动对齐模式一样。
unsafe − 无论项目和对齐容器的相对大小如何,都遵循指定的对齐值。
适用于
块级框、绝对定位框和网格项。
语法
基本关键字
justify-self: auto;
justify-self: normal;
justify-self: stretch;
位置对准
justify-self: center;
justify-self: start;
justify-self: end;
justify-self: flex-start;
justify-self: flex-end;
justify-self: self-start;
justify-self: self-end;
justify-self: left;
justify-self: right;
基线对齐
justify-self: baseline;
justify-self: first baseline;
justify-self: last baseline;
溢出对齐(仅适用于位置对齐)
justify-self: safe center;
justify-self: unsafe center;
CSS justify-self - 自动值
以下示例演示了 justify-self: auto 属性,该属性采用其网格单元格的整个宽度 -
<html>
<head>
<style>
.container {
border: 1px solid black;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 10px;
padding: 10px;
background-color: greenyellow;
}
.container > div {
border: 2px solid black;
padding: 5px;
text-align: center;
width: 90%;
}
.item {
background-color: lightgray;
}
.item2 {
background-color: violet;
justify-self: auto;
}
</style>
</head>
<body>
<div class="container">
<div class="item">Item 1</div>
<div class="item2">justify-self: auto</div>
<div class="item">Item 3</div>
<div class="item">Item 4</div>
<div class="item">Item 5</div>
<div class="item">Item 6</div>
</div>
</body>
</html>
CSS justify-self - 正常值
以下示例演示了属性 justify-self: normal 将 item2 对齐到网格单元格的左边缘 -
<html>
<head>
<style>
.container {
border: 1px solid black;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 10px;
padding: 10px;
background-color: greenyellow;
}
.container > div {
border: 2px solid black;
padding: 5px;
text-align: center;
}
.item {
background-color: lightgray;
width: 90%;
}
.item2 {
background-color: violet;
width: 60%;
justify-self: normal;
}
</style>
</head>
<body>
<div class="container">
<div class="item">Item 1</div>
<div class="item2">justify-self: normal</div>
<div class="item">Item 3</div>
<div class="item">Item 4</div>
<div class="item">Item 5</div>
<div class="item">Item 6</div>
</div>
</body>
</html>
CSS justify-self - 拉伸值
以下示例演示了 justify-self: stretch 属性拉伸项以填充网格单元格的整个宽度 -
<html>
<head>
<style>
.container {
border: 1px solid black;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 10px;
padding: 10px;
background-color: greenyellow;
}
.container > div {
border: 2px solid black;
padding: 5px;
text-align: center;
width: 90%;
}
.item {
background-color: lightgray;
}
.item2 {
background-color: violet;
justify-self: stretch;
}
</style>
</head>
<body>
<div class="container">
<div class="item">Item 1</div>
<div class="item2">justify-self: stretch</div>
<div class="item">Item 3</div>
<div class="item">Item 4</div>
<div class="item">Item 5</div>
<div class="item">Item 6</div>
</div>
</body>
</html>
CSS justify-self - 启动值
以下示例演示了 justify-self: start 属性将第二项对齐到网格单元格的开始(左) -
<html>
<head>
<style>
.container {
border: 1px solid black;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 10px;
padding: 10px;
background-color: greenyellow;
}
.container > div {
border: 2px solid black;
padding: 5px;
text-align: center;
}
.item {
background-color: lightgray;
width: 90%;
}
.item2 {
background-color: violet;
width: 60%;
justify-self: start;
}
</style>
</head>
<body>
<div class="container">
<div class="item">Item 1</div>
<div class="item2">justify-self: start</div>
<div class="item">Item 3</div>
<div class="item">Item 4</div>
<div class="item">Item 5</div>
<div class="item">Item 6</div>
</div>
</body>
</html>
CSS justify-self - 最终值
以下示例演示了 justify-self: end 属性将第二项对齐到网格单元格的末尾(右) -
<html>
<head>
<style>
.container {
border: 1px solid black;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 10px;
padding: 10px;
background-color: greenyellow;
}
.container > div {
border: 2px solid black;
padding: 5px;
text-align: center;
}
.item {
background-color: lightgray;
width: 90%;
}
.item2 {
background-color: violet;
width: 60%;
justify-self: end;
}
</style>
</head>
<body>
<div class="container">
<div class="item">Item 1</div>
<div class="item2">justify-self: end</div>
<div class="item">Item 3</div>
<div class="item">Item 4</div>
<div class="item">Item 5</div>
<div class="item">Item 6</div>
</div>
</body>
</html>
CSS justify-self - center 值
以下示例演示了 justify-self: center 属性将网格单元格中心的第二个项对齐 -
<html>
<head>
<style>
.container {
border: 1px solid black;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 10px;
padding: 10px;
background-color: greenyellow;
}
.container > div {
border: 2px solid black;
padding: 5px;
text-align: center;
}
.item {
background-color: lightgray;
width: 90%;
}
.item2 {
background-color: violet;
width: 60%;
justify-self: center;
}
</style>
</head>
<body>
<div class="container">
<div class="item">Item 1</div>
<div class="item2">justify-self: center</div>
<div class="item">Item 3</div>
<div class="item">Item 4</div>
<div class="item">Item 5</div>
<div class="item">Item 6</div>
</div>
</body>
</html>
CSS justify-self - flex-start 值
以下示例演示了 justify-self: flex-start 属性将第二项对齐到网格单元格的开头 -
<html>
<head>
<style>
.container {
border: 1px solid black;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 10px;
padding: 10px;
background-color: greenyellow;
}
.container > div {
border: 2px solid black;
padding: 5px;
text-align: center;
}
.item {
background-color: lightgray;
width: 90%;
}
.item2 {
background-color: violet;
width: 60%;
justify-self: flex-start;
}
</style>
</head>
<body>
<div class="container">
<div class="item">Item 1</div>
<div class="item2">justify-self: flex-start</div>
<div class="item">Item 3</div>
<div class="item">Item 4</div>
<div class="item">Item 5</div>
<div class="item">Item 6</div>
</div>
</body>
</html>
CSS justify-self - flex-end 值
以下示例演示了 justify-self: flex-end 属性将第二个项目对齐到网格单元格的末尾 -
<html>
<head>
<style>
.container {
border: 1px solid black;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 10px;
padding: 10px;
background-color: greenyellow;
}
.container > div {
border: 2px solid black;
padding: 5px;
text-align: center;
}
.item {
background-color: lightgray;
width: 90%;
}
.item2 {
background-color: violet;
width: 60%;
justify-self: flex-end;
}
</style>
</head>
<body>
<div class="container">
<div class="item">Item 1</div>
<div class="item2">justify-self: flex-end</div>
<div class="item">Item 3</div>
<div class="item">Item 4</div>
<div class="item">Item 5</div>
<div class="item">Item 6</div>
</div>
</body>
</html>
CSS justify-self - 自启动值
以下示例演示了 justify-self: self-start 属性将第二项对齐到网格单元格的起始边缘 -
<html>
<head>
<style>
.container {
border: 1px solid black;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 10px;
padding: 10px;
background-color: greenyellow;
}
.container > div {
border: 2px solid black;
padding: 5px;
text-align: center;
}
.item {
background-color: lightgray;
width: 90%;
}
.item2 {
background-color: violet;
width: 60%;
justify-self: self-start;
}
</style>
</head>
<body>
<div class="container">
<div class="item">Item 1</div>
<div class="item2">justify-self: self-start</div>
<div class="item">Item 3</div>
<div class="item">Item 4</div>
<div class="item">Item 5</div>
<div class="item">Item 6</div>
</div>
</body>
</html>
CSS justify-self - 自我终结值
以下示例演示了 justify-self: self-end 属性将第二个项对齐到网格单元格的结束边缘 -
<html>
<head>
<style>
.container {
border: 1px solid black;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 10px;
padding: 10px;
background-color: greenyellow;
}
.container > div {
border: 2px solid black;
padding: 5px;
text-align: center;
}
.item {
background-color: lightgray;
width: 90%;
}
.item2 {
background-color: violet;
width: 60%;
justify-self: self-end;
}
</style>
</head>
<body>
<div class="container">
<div class="item">Item 1</div>
<div class="item2">justify-self: self-end</div>
<div class="item">Item 3</div>
<div class="item">Item 4</div>
<div class="item">Item 5</div>
<div class="item">Item 6</div>
</div>
</body>
</html>
CSS justify-self - 左值
以下示例演示了 justify-self: left 属性将第二个项目对齐到网格单元格的左边缘 -
<html>
<head>
<style>
.container {
border: 1px solid black;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 10px;
padding: 10px;
background-color: greenyellow;
}
.container > div {
border: 2px solid black;
padding: 5px;
text-align: center;
}
.item {
background-color: lightgray;
width: 90%;
}
.item2 {
background-color: violet;
width: 60%;
justify-self: left;
}
</style>
</head>
<body>
<div class="container">
<div class="item">Item 1</div>
<div class="item2">justify-self: left</div>
<div class="item">Item 3</div>
<div class="item">Item 4</div>
<div class="item">Item 5</div>
<div class="item">Item 6</div>
</div>
</body>
</html>
CSS justify-self - 正确的值
以下示例演示了 justify-self: right 属性将第二个项对齐到网格单元格的右边缘 -
<html>
<head>
<style>
.container {
border: 1px solid black;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 10px;
padding: 10px;
background-color: greenyellow;
}
.container > div {
border: 2px solid black;
padding: 5px;
text-align: center;
}
.item {
background-color: lightgray;
width: 90%;
}
.item2 {
background-color: violet;
width: 60%;
justify-self: right;
}
</style>
</head>
<body>
<div class="container">
<div class="item">Item 1</div>
<div class="item2">justify-self: right</div>
<div class="item">Item 3</div>
<div class="item">Item 4</div>
<div class="item">Item 5</div>
<div class="item">Item 6</div>
</div>
</body>
</html>
CSS justify-self - 基线值
以下示例演示了 justify-self: baseline 属性沿网格单元格的基线对齐第二个项。基线是一条假想线,它将根据元素的文本位置对齐元素 -
<html>
<head>
<style>
.container {
border: 1px solid black;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 10px;
padding: 10px;
background-color: greenyellow;
}
.container > div {
border: 2px solid black;
padding: 5px;
text-align: center;
}
.item {
background-color: lightgray;
width: 90%;
}
.item2 {
background-color: violet;
width: 60%;
justify-self: baseline;
}
</style>
</head>
<body>
<div class="container">
<div class="item">Item 1</div>
<div class="item2">justify-self: baseline</div>
<div class="item">Item 3</div>
<div class="item">Item 4</div>
<div class="item">Item 5</div>
<div class="item">Item 6</div>
</div>
</body>
</html>
CSS justify-self - 最后基线值
以下示例演示了 justify-self: last baseline 属性沿网格单元格的最后一条基线对齐第二项 -
<html>
<head>
<style>
.container {
border: 1px solid black;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 10px;
padding: 10px;
background-color: greenyellow;
}
.container > div {
border: 2px solid black;
padding: 5px;
text-align: center;
}
.item {
background-color: lightgray;
width: 90%;
}
.item2 {
background-color: violet;
width: 60%;
justify-self: last baseline;
}
</style>
</head>
<body>
<div class="container">
<div class="item">Item 1</div>
<div class="item2">justify-self: last baseline</div>
<div class="item">Item 3</div>
<div class="item">Item 4</div>
<div class="item">Item 5</div>
<div class="item">Item 6</div>
</div>
</body>
</html>