Code Monkey home page Code Monkey logo

Comments (3)

jbull328 avatar jbull328 commented on May 23, 2024 1

Css Flex properties would be good for this, it makes a nave bar really simple.
header { display: flex; justify-content: space-around; }
for the main header element.
Then
header-item { display: flex; align-items: flex-start; }
To make elements show up on the left of the header, and flex-end to make them show up on the right, completely responsive. There is more tweaking that can be done from there.

from w3develops.

JonDevOps avatar JonDevOps commented on May 23, 2024

I'm not sure what CSS Flex is I'm going to go check the docs right now. That sounds interesting. Btw I asked Quincy Larson:

"Hi Mr. Larson! I would like to use freeCodeCamp's navigation bar for a website's landing page I am working on before I complete the 1st front end project, http://w3develops.org . I know only a little more than html, css, bootstrap, and jquery. What files are required to make the nav bar . I want to make a collaborative environment where users learn on freecodecamp"

Quincy Larson replied:

"Our navbar is just bootstrap - if you take a look at the bootstrap documentation you'll get all kinds of ideas for how you can build your navbar :)"

Here's the documentation he was referring to:
https://guide.freecodecamp.org/bootstrap
https://getbootstrap.com/docs/4.0/getting-started/introduction/
https://developer.mozilla.org/en-US/Apps/Progressive/Responsive/Mobile_first#First_things_first_%E2%80%94_mobile_as_a_default

from w3develops.

EstebanBorai avatar EstebanBorai commented on May 23, 2024

Mmm maybe we can follow the styles from Semantic-UI?
Please check out the concept and let me know if you are up to.

from w3develops.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.