.main_section01{
background: rgb(238,174,202);
background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
}
.main_section01{
background: linear-gradient(45deg,red,green,blue);
}
.main_section01{
background: linear-gradient(45deg,red 40%,green 50%,blue) 60%;
}
ํผ์ผํธ๋ก ์กฐ์ ๊ฐ๋ฅ
CSS Gradient — Generator, Maker, and Background
As a free css gradient generator tool, this website lets you create a colorful gradient background for your website, blog, or social media profile.
cssgradient.io
css ์ฝ๋ ๋ณต์ฌ ๋ถ์ฌ๋ฃ๊ธฐ
.main_section01{
/* IE ํ์๋ฒ์ ์ฉ */
background: rgb(238,174,202);
background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
}
์ ์ฝ๋๋ ์ต์ค ํ์๊ณ ์ ์ฉ ์ด ๊ฐ์ด ๋์จ๋ค
radial-gradient
.main_section02 {
background: radial-gradient(circle,red, green, blue);
}
๋๊ทธ๋ผ๋ฏธ๋ ๊ฐ๋๊ฐ ์๋ค์ด๊ฐ
'CSS๐ง > css' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
css- calc ๋ก ๊ฐ์ด๋ฐ์ ์์๋ง์ง์ผ๋ก ์ด๋ํ๊ธฐ ์์ (0) | 2022.10.05 |
---|---|
css margin ๋ง์ง๋ณํฉ์ด๋? (1) | 2022.10.04 |
css ๊ฐ์์์ฑ(์ฌ๋ผ์ง๊ฒ ํ๊ธฐ) hover, transdition ๋ฑ ์์ญ์ ๋ฆฌ (0) | 2022.09.23 |
CSS-border๋ก ์ผ๊ฐํ ๋ง๋ค๊ธฐ transparent ์์ฑ๊ฐ ์ฌ์ฉ (0) | 2022.09.16 |
css overflow: hidden; ์ค๋ฒํ๋ก์ฐ๋? (0) | 2022.09.12 |
๋๊ธ