new smal image section
This commit is contained in:
@ -1646,6 +1646,10 @@ select {
|
||||
height: 14rem;
|
||||
}
|
||||
|
||||
.h-60 {
|
||||
height: 15rem;
|
||||
}
|
||||
|
||||
.h-24 {
|
||||
height: 6rem;
|
||||
}
|
||||
@ -2216,14 +2220,34 @@ select {
|
||||
background-clip: padding-box;
|
||||
}
|
||||
|
||||
.bg-bottom {
|
||||
background-position: bottom;
|
||||
.bg-left-top {
|
||||
background-position: left top;
|
||||
}
|
||||
|
||||
.bg-left {
|
||||
background-position: left;
|
||||
}
|
||||
|
||||
.bg-left-bottom {
|
||||
background-position: left bottom;
|
||||
}
|
||||
|
||||
.bg-top {
|
||||
background-position: top;
|
||||
}
|
||||
|
||||
.bg-center {
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.bg-bottom {
|
||||
background-position: bottom;
|
||||
}
|
||||
|
||||
.bg-right-top {
|
||||
background-position: right top;
|
||||
}
|
||||
|
||||
.bg-right-bottom {
|
||||
background-position: right bottom;
|
||||
}
|
||||
|
Reference in New Issue
Block a user