Lepistina's Code Café

Archives

How to divide a div into two colors with CSS

November 1, 2017

Recently I ran into a problem of needing to split a div into two colors, horizontally. Here is the mockup:   I tried several ways to implement it but always ran into a responsiveness problem (making it look good on different screen sizes). Finally, the solution was found! If you […]

View Post