Hi!
I finally completed my first project. Any feedback would be appreciated.
This was indeed a fun, but difficult first task.
{% codepen https://codepen.io/ruanmool/pen/rEYQQj %}
Ruan
Hi!
I finally completed my first project. Any feedback would be appreciated.
This was indeed a fun, but difficult first task.
{% codepen https://codepen.io/ruanmool/pen/rEYQQj %}
Ruan
Doesn’t seem to be responsive.
@Ruanmool good job on your first project.
background: url("images/image-of-person.jpg") no-repeat top center fixed;
Thank you! I was wondering on how to make it work to look the same on mobile. I’ll try it and get back to you. Thank you for the assistance.
{% codepen https://codepen.io/ruanmool/pen/rEYQQj %}
Is this better?
@Ruanmool
The div is covering his face. You may want to cut the top of the image off. It is up to you.
The font is shrinking too much in mobile view. I am not able to read it. For fonts using rem is better than vw or vh or %.
Could you possible explain to me how this scaling and size thing works. I’ve tried to do some research but it is even more confusing! Thanks
@Ruanmool use the demo on the MDN website and change the values. It will be easy to understand then.
Example: change
background-position: left;
to
background-position: top left;
Thank you.
And how does the rem stuff work for words?
Hi @Ruanmool, it looks good to start but there are some things you should revisit to clean it up.
<body> </body> tags. (codepen assumes the <body> tags, you don’t need to include it.) Invalid element <p1>, etc<br> that you don’t need. Use margin and/or padding in CSS to do your styling.You have indeed done very well. Keep the good work moving. I have also been spending much time on FCC challenges this day