FCC Tribute Page: Nikola Tesla

My tribute page about Nikola Tesla.
Completed my FCC challenges last Friday we have mini-project this semester where we are going to build a static website so i think it’s a good start.
Suggestions are always welcome :slight_smile:
Project Link: https://codepen.io/rohan-kavade/full/wNwdxZ

1 Like

you had one small issue that was keeping your image from being responsive.

    <div id="image">
    <img src="http://www.laudato.hr/cmstemplates/files/db/dbb800e3-edc0-4e97-a9b6-c860667d6d58.jpg" alt="Picture of Tesla" >

the division with an id of image is not needed, the id should go to the image itself. otherwise the css for #image is not being applied to the image but rather the division that it is in.
in the image bellow the code has been changed to show this

I like the gradient background. Very subtle. From a design perspective, maybe think about a complimentary color for the background behind your blockquote and image. The pink is a bit close on the color wheel, making it not match but, not contrast, especially with the gradient. That said, it’s still coded very well and the outcome is great.:slight_smile:
I’d link to mine but, still not enough posts. Working on it. Good luck

Thank You very much i made neccesory changes, there is a lot to learn
:smile:

1 Like

one step at a time man…
just keep at it

2 Likes

I tried making them contrast with background and added gradient color to image hope it looks good and by the way there is tutorial in your messages if you complete it you get ability to post links :slight_smile:
Happy Coding

1 Like

Hello,
This is very good and simple site… I like it…

2 Likes

Thank you :smile:
Happy Coding

1 Like