Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Contribute on my first website

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #249175
    David Abedi
    Participant

    Hey guys I made my very first website the source code is on Github

    https://github.com/kidaba/web_project.git

    Feel free to contribute, I would love to hear whats on your mind. Im not quite happy with the navigation.

    Another major issue is when I resize a browser window the website is fully responsive but when I simulate it in google chrome mobile device tools it behave strange, Its either there is a problem in my code or my browser is tripping.

    #249178
    tomnoble92
    Participant

    Hey David,

    #contact-page-border {
    width: 500px;
    margin: 50px auto;
    border: 2px solid #808080;
    }

    The width is causing it to behave strange in mobile view.

    #249194
    David Abedi
    Participant

    Yeah that’s very true, thank you so much.
    Keep it up with the good work mate.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Other’ is closed to new topics and replies.