css揭祕之linear-gradient

很神奇的背景設置, 看代碼, <html> <title>css</title> <style> .content { background: linear-gradient(90deg,yellow,red); width: 100%; height: 100%; } </style> <body> <div class="content"></div> </body> </html> 會產生這
相關文章
相關標籤/搜索