radial-gradient
![[2021/12/29]국비지원 CSS3 9-(1) gradient](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FCKmVR%2Fbtrsc1q29bk%2FAAAAAAAAAAAAAAAAAAAAAHfAfi5q_5NDNKRI4npL24Yz6Fc_fB0kj_YhpJ9RwWE8%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1756652399%26allow_ip%3D%26allow_referer%3D%26signature%3D9%252BX%252FATaxygf25xgMMEV8XentkZ8%253D)
[2021/12/29]국비지원 CSS3 9-(1) gradient
gradient : 그라디언트 gradient property linear-gradient : 선형 그라디언트 background-image : linear-gradient () setting ( direction = deg ) linear-gradient ( to direction, start color, end color ) linear-gradient ( deg, start color, end color ) linear-gradient ( to direction, first color n%, nth color n%, last color n% ) direction : start ( direction ) or end ( to direction ) top left bottom right top left ..