it is my first project .
sunil-sharma-999
@sunil-sharma-999All comments
- @wuanmSubmitted over 2 years ago@sunil-sharma-999Posted over 2 years ago
Your forgot the font styles. Pretty good otherwise ✅
0 - @valcruxxSubmitted almost 3 years ago@sunil-sharma-999Posted almost 3 years ago
On calculation try replacing comma with empty string then convert it into a number
0 - @valcruxxSubmitted almost 3 years ago
- @vishy312Submitted almost 3 years ago
I'm having trouble with the fonts. The fonts are not showing on the site. Can you help me get this? Thanks in advance
@sunil-sharma-999Posted almost 3 years agoYou can't use the google font directly like you did. You have to select the font weights which will open "selected family" box on the right side. It will contain <link> links and css import. You can choose any one of them to use the fonts.
If you use link tag then add it before css file, so it will be available in css file
Marked as helpful0 - @Krishna-bansallSubmitted about 3 years ago
This project was fun, but it took me 2 days to complete am I not up to speed? Does my code use the best practices? Also, I am not sure I Would add background color and image on mobile screens?
Any suggestions will be appreciated, this is my first front-end-mentor challenge 😁
- @stefkudlaSubmitted about 3 years ago
Hello!
This was my first ever project I did on my own. I mainly referenced the Bootstrap docs to put it all together. Any general feedback would be nice as to set me in the right direction. I would like to develop good coding practice early on, so if anything pokes out, please let me know!
My main concern would have to do with the general strategy with creating the summary. I used the card class in Bootstrap because that just seemed to make sense to me while initially planning out the project. Is there a set way to go about creating something like this? Or are there multiple ways to execute a single project as long as good practice is involved.
Thank you so much.
@sunil-sharma-999Posted about 3 years agoGreat work! I don't know if i can be any help, but what i do for planning is divide the design into component and then think about how i am going to set them up. Also, keeping in mind about responsiveness and the position changes of elements.
Marked as helpful1 - @Lio-nSubmitted about 3 years ago
Hi, How can I add the background image in that area?
I did it with Grid, I separated it into three areas "header image" "main image"
@sunil-sharma-999Posted about 3 years agoHi, what i did was adding image with css background url in img-wrap with background size of cover and then positioned with grid. I had some height value for mobile then height of 100vh for desktop.
1 - @blpetersSubmitted about 3 years ago
Very new to CSS - Should I focus on getting a solid foundation with vanilla CSS before using preprocessors or tools such as SASS?
@sunil-sharma-999Posted about 3 years agoI think focusing on CSS little more before diving in SASS would be good, SASS is really powerful tool if you know how to take advantage of it. I mostly use for nesting and variable feature.
Marked as helpful1 - @NikeshGamalSubmitted about 3 years ago
While developing more multiple screen sizes, which way is preferred more? Is it desktop-design then mobile design or the other?
@sunil-sharma-999Posted about 3 years agoMobile to desktop I find it easy to do mobile to desktop than desktop to mobile, or generally just smaller screen to larger screen
Marked as helpful0 - @MuhammadIrfanAnwariSubmitted about 3 years ago
i'm so appreciate your comment
@sunil-sharma-999Posted about 3 years agoGood work! To make it more like design you can add color with background & Add a border radius and box shadow to "proceed to payment" Also a little space between card and bottom text would be good Keep it up!
0