Layout with 3 CSS columns

Asked

Viewed 399 times

0

Does anyone know where I can find material where I can take a look at how to make this color effect on photos and how to split it into 3 columns with text on the background image?inserir a descrição da imagem aqui

1 answer

2


There are several ways to apply effects to photos with css. You can try it with the filter property or apply a gradient to your example.

Filter property: https://www.w3schools.com/cssref/css3_pr_filter.asp

About splitting into 3 columns, the most popular and easy way to work nowadays is with Grid or Flexbox systems (Supported in some browsers only in the latest versions).

Bootstrap has a 12-column grid system that’s easy to work with at a glance.

http://getbootstrap.com.br/css/#grid

Browser other questions tagged

You are not signed in. Login or sign up in order to post.