SAC-WEB-DEVELOPERS / WEBSITE

0 stars 0 forks source link

Web page Not responsive #1

Open randillasith opened 1 year ago

randillasith commented 1 year ago

.nav-links-sac{ flex: 1; text-align: right; margin-left: 1000px; font-family: consolas; display: inline-block; }

The margin of the nav bar must be a percentage, this code only works for pc with 1000px screens.

NaveenB2004 commented 1 year ago

"The margin of the nav bar must be a percentage, this code only works for pc with 1000px screens."

Edit or remove the line - margin-left: 1000px; @ .nav-links-sac

Or

Use 'bootstrap'. It's a free platform for designing webpages easily and responsively. No need to write external CSS and js for normal operations. And it has extensive documentation for beginner-level designers with many examples.

Bootstrap Home Bootstrap Documentation

Bootstrap Nav-bar Example (Documentation): Screenshot (11)

Screenshot (12)