MSTC-DA-IICT / REST-API-Node

Node JS project for Hacktoberfest 2021. Maintained by MSTC.
MIT License
2 stars 20 forks source link

Footer section on all pages #42

Closed YashTrivedi21 closed 2 years ago

YashTrivedi21 commented 2 years ago
Ardent10 commented 2 years ago

Can i try this one?

YashTrivedi21 commented 2 years ago

Sure!

Ardent10 commented 2 years ago

I wanted to ask that If we are using a style sheet already then why are we using inline css? isn't it a bad practice to use it that way. Do you want me to put them into the stylesheet?

YashTrivedi21 commented 2 years ago

Inline css isn't preferred as you said. If you see it somewhere put it in seperate stylesheet file in dedicated folder. If you are asking specifically for the footer part there are partial views you can use them.

Ardent10 commented 2 years ago

Ok