guluc3m / newGULpage

The new GUL webpage, static and simple. We aim to document it as much as we can so it's relatively easy to make changes on it.
http://www.gul.es
GNU General Public License v3.0
1 stars 2 forks source link

add display flex & html validator #9

Open Patataman opened 5 years ago

Patataman commented 5 years ago

HTML compliance with: https://validator.w3.org/ (EDIT: Except the email subscription button, I was afraid of breaking it) CSS compliance with: https://jigsaw.w3.org/css-validator/

Use display flex instead a void

to center content Removed the width:100% from the card-X style. If you want to specify the width, you should use the col-X class instead I think