arshiya
@ArshiyaASMAll comments
- @devtoday22Submitted 17 days ago@ArshiyaASMPosted 17 days ago
use this code in your style file :
body { height: 100vh; display: flex; justify-content: center; align-items: center; }
0 - @Hasani-SediqaSubmitted 24 days agoWhat specific areas of your project would you like help with?
I want to know what height and width I should use for the solution to make it similar to the challenge's design. The projects i work on are either smaller or larger than the original design.
@ArshiyaASMPosted 23 days agosalame sedige , az in code braye body khodet estefade kon be jay grid : body { height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; }
0 - @SabicanaSubmitted 24 days agoWhat are you most proud of, and what would you do differently next time?
my second project here
What challenges did you encounter, and how did you overcome them?still struggle with layout
What specific areas of your project would you like help with?if there any efficient code to make it less lines
@ArshiyaASMPosted 24 days agohello "sab" , use this code in your style file:
body { height: 100vh; display: flex; justify-content: center; align-items: center; }
Marked as helpful1 - @vishalwebcoderSubmitted 28 days agoWhat specific areas of your project would you like help with?
Hello,
Here's my solution to this challenge. Any feedback would be appreciated.
Thank's.
@ArshiyaASMPosted 26 days agohello Vishal Chauhan, every thing is good but you need to add icon for your web page and images for your project
Marked as helpful0 - @Hasani-SediqaSubmitted 28 days agoWhat are you most proud of, and what would you do differently next time?
To complete this solution and learn using GitHup, and for next time i would think about the solution before to start it, and I'll search about the CSS layout.
What challenges did you encounter, and how did you overcome them?I had a problem when uploading the files in the GitHup, the Live linke did not works then I searched about it and I figured it out that the index.html file should be in the root directory of the branch that I selected for GitHub Pages.