Hey all,
here is my solution. I would really appreciate some feedback. Thank you :)
Saif Narpali
@SaifN97All comments
- @Kristiana12Submitted about 3 years ago@SaifN97Posted about 3 years ago
Great work on this one!ππ
I'll suggest try using
em
units formargin
/padding
.When you use
em
units the spacing adjusts automatically depending on thefont-size
of the element as we shrink things down for mobile view.Have fun coding :)
1 - @indartawSubmitted over 3 years ago
Hi, I'm a newbie developer. This is my first time using flexbox and grid. So I have no idea whether it is a good practice. Can somebody explain to me about the good practices for this solution? For example, what to use for the buttons, what to use for the change plan section, etc. I left out the button active state due to brain exhaustion lol.
@SaifN97Posted over 3 years agoHey Indarta, Good work on this one, Looks impressive as a first project!
I see you're using
div
to wrap everything which is not ideal..I'll suggest look more into using correct HTML elements
Have fun coding! :)
0 - @KhadeejathulHumairaSubmitted over 3 years ago
Your comment on my css part will help me to rectify my mistakes.
@SaifN97Posted over 3 years agoHey Humaira, great work on this one!
I see you're mixing up css units and I remember struggling on that too.
I want to share a general rule of thumb that made it easier for me π..
%
forwidth
andheight
rem
for settingfont-size
em
formargin
andpadding
Have fun coding :)
Marked as helpful0 - @Carlos-A-PSubmitted over 3 years ago
I wasn't able to use Font Awesome icons since they always appeared as blank squares so I resulted too downloading png icons. However, I found it difficult to change the colors when I hover over the social icons. The default colors for two of them were black and I tried to use the filter property but was only able to turn them white.
@SaifN97Posted over 3 years agoHey Carlos great job on this one!
I struggled on changing svgs color on hover too.. This pen helped meπ Css filter
Marked as helpful1 - @Mahii143Submitted over 3 years ago
Any feedback would be appreciated.
@SaifN97Posted over 3 years agoHey Mohamed Mahir great job on this one!
The card content is flowing out while going small. I'll suggest avoid setting a fixed
height
to your cards and usepadding
whenever you need more background space.Have fun coding :)
Marked as helpful0 - @maheenriazSubmitted over 3 years ago
Please tell me how can I improve and give your feedback!
@SaifN97Posted over 3 years agoGood job on the challenge ππ
I am a big fan of sass too. They recently made a public notice on the deprecation of the @import rule, they are encouraging developers to use
@use
instead of@import
.PS: with the @use rule, your CSS partials will be namespaced.
Also I'll suggest looking more into the combo of using
rem
,em
and%
units instead of usingpx
as it helps alot with the responsiveness.Lastly try to avoid setting fixed heights and use paddings and margins instead.
Have fun coding! :)
Marked as helpful0 - @saya-takahashiSubmitted over 3 years ago
Hey guys! This is my first challenge, so I struggled a lot to complete the project. I have no particular questions, but any feedback is appreciated. Thank you:)
@SaifN97Posted over 3 years agoHey Saya! Great work on this one!π
I'll suggest look more into using the combo of
rem
andem
units.. I struggled on this one too but learning to use the correct units helped me big time on my next projects!!Have fun coding :) Cheers!
Marked as helpful0 - @devbevSubmitted over 3 years ago
I started learning HTML and CSS a week ago so any advice would be greatly appreciated. Thank you.
@SaifN97Posted over 3 years agoHey devbev! Good work on this one!
I'll suggest look more into using the correct units instead of using
px
for everything.. I struggled on this too but learning about rem, em and percentages helped me big time!Have fun coding! Cheers!
0 - @stephmunezSubmitted over 3 years ago
Hello, I have one question, it has added a nice effect accidentally not gonna lie, but how do you keep the buttons' size from growing when clicked. Any suggestions on how I can improve are welcome!
@SaifN97Posted over 3 years agoHey sjtmunez! Good work on this one!
I think the border is causing the problem of resizing the button element while clicking as there is no border on it initially.. Also I'll suggest avoid setting fixed heights and use margins and paddings instead..
Hope this was helpful to you..
Have fun coding! Cheers!
Marked as helpful0 - @developedBySwanSubmitted over 3 years ago
Hello, This is my Project use with HTML and SCSS. I got a lot of exp and knowledge about CSS.
Warmly welcome your feedback and suggestion.
I have a question relate this project.
- I spend around 3 hours to complete this site. I wanna know it is normal or not.
Thank You, Everyone. Keep coding.
@SaifN97Posted over 3 years agoGood job on the challenge ππ
I am a big fan of sass too. They recently made a public notice on the deprecation of the @import rule, they are encouraging developers to use @use instead. import
PS: with the @use rule, your CSS partials will be namespaced.
0 - @askugiiSubmitted over 3 years ago
Any feedback would be awesome.
@SaifN97Posted over 3 years agoHey good job on this one! I'll suggest avoid using fix heights unless you really need one and also look more into how you can use "em" units the combo of "rem" together instead of just rem units.. Hope this was helpful :) Have fun coding.
Marked as helpful1 - @pranitaakaleSubmitted over 3 years ago
Any feedback will be appreciated. This was my first challenge on Frontend Mentor.
@SaifN97Posted over 3 years agoHey! good job on this one.!! I'll suggest trying mobile first approach because its saves so much time and lines of code trying to overwrite the desktop layout complexity.. Also take a look at using "em" units for margins and paddings instead of setting fix "%"s..
Hope this was helpful :)
Marked as helpful0