Hey Everyone!
Complete newbie here and just finished my first project, am quite pleased with it, despite its simplicity!
Please find my project here. I would really appreciate any feedback, good or bad! Please bear in mind this is my absolute first project of all time, so anything you see about anything, please feel free to comment on!
One slight issue I am having trouble understanding, is I am unable to get my image caption to be immedaitely underneath the image. There is always a blank line, which I cannot get rid of. I understand its something to do with the image being an inline element, and the âdisplay: blockâ shoudl have solved it. However, I tried it a few diferent ways with no luck! If anyone can help, that would be great!
As a Beginner i can tell you did great trust me you did good.
for the image caption, in the â#img-caption pâ set âmargin-top : 0px;â it will be a quick fix. i am also learning so, Keep up
Welcome to the forums @carlosdevelopmentpat. Your page looks good. Some things to revisit;
Keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>).
The test script should be included, with all tests passing, when you submit your projects.
Codepen provides the boilerplate for you. It only expects the code youâd put within the body element in HTML. (No need to include the body tags). For anything you want to add to the <head> element click on the âSettingsâ button, then HTML and add it into the âStuff for <head>â box.
Thanks for your time, I really appreciate your feedback.
Full disclosure, I did that site before I had finished the whole Responsive Web Design Curriculum.
Having finished, I have had another go, taking your feedback into account. Would you mind having a look? Any feedback is really welcome!
I am aware the script issue you mention, as well as the fact that codepen is intended only for the body section of a site. At this point just trying to get used to writing the âstandardâ way. When I want to check the test, I only copy and past the body tag underneath the script!
Sorry, probably shouldâve been more specific. It is the same page. Although I have simplified the code a lot.
I used more accesible tags.
I made the page responsive. At least when I shrink my browser, the site shrinks with it. Does that not solve the smaller screen issue you mentioned?
In any case, many thanks for having had another look! Hope you d not feel time has been wasted!
Regards,