.container {
width: 400px;
height: 300px;
background-size: cover;
background-position: center;
margin: 0 auto;
.container:hover {
background-size: cover;
background-position: center;
.container >div {
width: 100px;
height: 100px;
background-size: cover;
background-position: center;
margin: 0 auto;
display: inline-block;
.container >div:hover {
background-size: cover;
background-position: center;
CSS 背景圖片旋轉(zhuǎn)90度
隨著網(wǎng)頁(yè)設(shè)計(jì)的不斷演變和發(fā)展,越來(lái)越多的網(wǎng)站開(kāi)始使用 CSS 進(jìn)行樣式的規(guī)劃和控制。其中,CSS 背景圖片旋轉(zhuǎn)90度是一種常見(jiàn)的效果,可以讓背景圖片在網(wǎng)頁(yè)中呈現(xiàn)出更加獨(dú)特的視覺(jué)效果。
下面是一個(gè)使用 CSS 背景圖片旋轉(zhuǎn)90度的例子:
```html
.container {
width: 400px;
height: 300px;
background-size: cover;
background-position: center;
margin: 0 auto;
.container:hover {
background-size: cover;
background-position: center;
.container >div {
width: 100px;
height: 100px;
background-size: cover;
background-position: center;
margin: 0 auto;
display: inline-block;
.container >div:hover {
background-size: cover;
background-position: center;
通過(guò)使用 CSS 背景圖片旋轉(zhuǎn)90度的效果,可以讓網(wǎng)頁(yè)中的圖片呈現(xiàn)出更加獨(dú)特的視覺(jué)效果,同時(shí)也可以讓網(wǎng)頁(yè)更加美觀和易于閱讀。