Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はasp.netでプロジェクトをやっています。CSS を使用して、ページに 1 つの背景画像を追加したいと考えています。 CSS シートで"background-image : 'image.jpg';" のように指定しましたが、出力ページに画像が表示されません。
"background-image : 'image.jpg';
CSSで背景画像を与える方法を知っている人はいますか?
ただあるべき background-image:url('image.jpg');
background-image:url('image.jpg');
background-image のドキュメントは、探せばすぐに入手できます。