how do you limit paragraphs character width
the picture is buggy or something. i can see the picture in live server but wont show up when i run the html file
how do you limit paragraphs character width
the picture is buggy or something. i can see the picture in live server but wont show up when i run the html file
Hello there. I checked your code. I saw that you are targeting the image from a folder and if you removed the picture from the folder when you are uploading it to GitHub it will not show up on your site so you need to copy upload plus the folder you are targeting. Or you could just remove the picture from the folder and target it directly which means that you don't have to upload the folder when you are copying the files in GitHub
I used Flexbox for the first time in this project and struggled to center the main content of the page. Is there a best way to center the content with or without Flexbox?
This project involved a desktop and a mobile image included. I ended up displaying both images at the same time on the page, but would hide one of them using display: none;
for the respective layout. Is there a better way to display either the desktop or mobile image without having to manually hide one of them?
hello bro! you can just use one image tag next time, then use media queries to specify how you want the picture to look on smaller screens. all the best. Happy Coding.
I had fun working on this page, had a chance to implement using bits of bootstrap. I found difficulties positioning the bootstrap buttons so i just decided to wrap them in divs and give them classes. I am still learning and any feedback will be highly appreciated,
if you check the docs for bootstrap you can see all the types of buttons you can use, if they don't have what you want you can just customize your own CSS. Happy Coding.
Do I really have to give each element a specific tag in order to style them with CSS? or can i give a group of element the same class and then style them using CSS? note that if i give them the same class there would be some disparity in their style. Suggestions please. Thanks for your help.