我試圖在多個方向上創建多個橫向背景顏色,如here。身體背景顏色:多個橫向和方向
我試圖與background: -webkit-linear-gradient(top left, white,white 80%,#000099,#000099 20%);
一起工作,但這會在一個方向上創建多個css背景色。我真正需要的是像firebase背景。
任何提示?這是我的審判:
html {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 100%;
min-height: 100%;
}
body {
/*background-color: #f3f3f3;*/
background: -webkit-linear-gradient(top left, white,white 80%,#000099,#000099 20%);
}
<div style="border: 1px solid black; background-color: White; margin-top: 150px" class="container">
test test
</div>
火力地堡的背景僅僅是一個矢量圖像 – IiroP
嘗試調整你會看到顏色改變網頁,一些當你檢查,當它變得太小 –
的消失來源,你會看到背景由三個'.svg'圖片組成 – IiroP