Puzzlout / TrekToursFlyer

This is the Trek tours business flyer built with Symphony 3
MIT License
0 stars 0 forks source link

Homogeneous design on the whole site #274

Open WebDevJL opened 7 years ago

WebDevJL commented 7 years ago

Jérémie needs to reorganize the CSS into one single file following the following patern :

For each page css, the order used is:

For the following elements, the css must remain consistent: headings, paragraphs, links and buttons.

Do this task one page elements at a time as shown in the below template:

# CSS Reset
...
# Global CSS that applies on all the website
...
# CSs for header
...
# CSS for home page
# with the banner CSS first
# then the common css to the 2 sections
# then the description section
# then the booking/contact section
...
# CSS for product page
# with the banner css first
# then the highlight css
# then the "Circuit" sections
# then the "Partner" sections
# then the FAQ
...
# CSS for contact page
# with the header styles
# and then the form
...
# CSS for legal page
...
# CSS for the footer
# first the partner links
# then the internal site links
# finally the social links
...
# End !