How to create a gradient background for an HTML page

后端 未结 5 1162
暗喜
暗喜 2021-01-03 07:02

I am in the process of learning HTML.

What is the best way to create a gradient background for an HTML page?

So far this is what I have as a background:

5条回答
  •  没有蜡笔的小新
    2021-01-03 07:09

    Use this http://www.colorzilla.com/gradient-editor/

    CSS should be applied in a separate stylesheet... never apply styling inline.

提交回复
热议问题