IT기타

css background 그라데이션

emilyyoo 2025. 8. 23. 12:40
728x90

 

###linear-gradient(방향, 색조합1, 색조합2)

background: #60b37a;
background: linear-gradient(to bottom, #9DEFB6,#71B361);
 

 

 

 

 

 

 

 

 

 

 

 

 

 

728x90