Open Rodrigap opened 6 years ago
https://github.com/mitchchev/colmar/blob/43a5ef7dceda0161844b72f0b63997fb67afaaff/resources/css/style.css#L18-L29
It helps to spread out your code and makes it easier to read if you add a single line of empty space between each of your css selectors!
font-weight: bold; color: #4d4d4d; } h2 { font-size: 3rem; color: #4d4d4d; } h3 { font-size: 2rem; } p { font-size: 1.75rem;
I want to work in this
https://github.com/mitchchev/colmar/blob/43a5ef7dceda0161844b72f0b63997fb67afaaff/resources/css/style.css#L18-L29
It helps to spread out your code and makes it easier to read if you add a single line of empty space between each of your css selectors!