I have completed all the tasks and now am trying to style my terrible looking survey form with css and nothing seems to work or make any difference in the appearance whatsoever. any ideas why? I have also tried adding an image in the html code and that doesn’t work either.
<body>
<img src="" />
<h1 id="title">
Do you like peanuts?
</h1>
<p id="description">
The code is complete I just didn’t post all of it because I thought it was overkill but here you go. And yeah thanks I am actually having fun with this, its so cool to experience computers being demystified before my eyes. Coding is not as difficult or scary as I always imagined it would be haha
I think the background-image may not be working properly because it is not a png, jpg, jpeg, or svg image. If you want, you could probably find a similar, or another image on a free picture, video, image site such as pexels, imgur, pixabay (to name a few).
I get mine from pexels, but I am sure they are all good.
Try the suggestions from the previous post, and see how that works for you. If you do decide to try an image from one of the above, it is right click on the image, and choose open in a new tab. Then, you should see in the address bar, the link with a jpg, png, jpeg, or svg. If any of these appear in the link, it should work, I think.
oh yep i do this all the time. I was once in a linguistics class where they showed how we don’t read every letter in the text we are reading. We just see the first and last letters and then assume what the word is based on the context of what we are reading. I guess this is especially true for me. Always need to slow down a bit and read every letter.