Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. coding_fromzero

    HTML & CSS Color is way off on different browsers/phone/computer/etc.

    Hello all, I am creating some simple projects and for the background colors of my projects, I'm using a hex code. But the colors are way different not on my computer browsers, but when I open them in different browsers on my phone. A soft beige turns to dark brown and on another, the white...
  2. coding_fromzero

    HTML & CSS Trouble modifying an id for an image in a div element

    Thanks Carl, I ended up finding a solution!
  3. coding_fromzero

    HTML & CSS Trouble modifying an id for an image in a div element

    #title { font-family: 'Patrick Hand', cursive; color:#FF0000; text-align: center; } #subtitle { font-family: Dosis, sans-serif; color: #ffc300; text-align: center; } #img-div { }
  4. coding_fromzero

    How I found myself on a coding forum...

    Thank you for taking the time to reply to my post and for your suggestions, Carl.
  5. coding_fromzero

    HTML & CSS Trouble modifying an id for an image in a div element

    Thank you! I did what you suggested. But I still have the same error code for this specific id. Don't know what it is specifically about it.
  6. coding_fromzero

    HTML & CSS Trouble modifying an id for an image in a div element

    EDIT: Oops, I think I needed to put my code through here: <div id="img-div"> <img src="snoopy.png" alt="Side profile of a sweet animated beagle"> </div> #img-div { } Sorry for the original clunky message above. But curious if the images are helpful or not? Thanks.
  7. coding_fromzero

    How I found myself on a coding forum...

    I've been able to use this for my coding assignments from freeCodeCamp and it's been really useful! Especially since it's free and it does give me little warnings here and there that are useful for me. I recently ran into some trouble with an error code for "Don't use empty rulesets". I posted...
  8. coding_fromzero

    HTML & CSS Trouble modifying an id for an image in a div element

    Hello everybody 😊 I'm super green when it comes to coding. I've only been working on it for around 3 weeks. I'm working through freeCodeCamp and I am doing one of the assignments where I have to add the id "img-div" to a div element, but when I try to modify it in CSS through VS Code, I get an...
  9. coding_fromzero

    How I found myself on a coding forum...

    Wow! Thanks for the resource, I haven't heard of it. Does this in any way cripple new learners? I'm trying to work with notepad to really force myself to learn the long way but it would be nice to have something more efficient to work with.
  10. coding_fromzero

    How I found myself on a coding forum...

    Well... I don't know exactly! About a week ago I decided that I would learn to code "independently" without any formal classes or professors but through free online means. It's been about 5 days now and I'm really excited about the progress I've made. My first post and the reason I came here was...
  11. coding_fromzero

    HTML I lost my notepad html file...

    Um... OR I would have the same issue tomorrow because in order to open it in notepad, I need to right-click and "Open with" notepad. 🥴
  12. coding_fromzero

    HTML I lost my notepad html file...

    I found a solution...Though I couldn't find the file, I was able to look up the code with the page source. This experience gave me the chance to learn something new!
  13. coding_fromzero

    HTML I lost my notepad html file...

    Hello, Disclaimer: It is a bit difficult to explain myself. I don't have the best words to describe the issue I'm having but I hope somebody out there will understand! :) I hope you're having a great day. Mine started a bit rocky... Oh dear, I seem to no longer have my notepad file of code to...
Back
Top Bottom