Answers for "css create a background with 2 colors and a div"

CSS
2

how to give 2 different background color css

background: repeating-linear-gradient(#74ABDD, #74ABDD 49.9%, #498DCB 50.1%, #498DCB 100%);
Posted by: Guest on October-14-2020
0

two color background css

background: linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%);
Posted by: Guest on December-12-2020

Code answers related to "css create a background with 2 colors and a div"

Browse Popular Code Answers by Language