Latest solutions
Agency Landing Page
Submitted 5 months agoI have issues with setting the proper sizes of the images within sections. Any assistance would be greatly appreciated.
Intro Section with Dropdown Navigation
Submitted 5 months agoAny feedback that can make my project look and act better would be greatly appreciated.
Latest comments
- @TheOnly1TY@romrauq
I found the solution in your code to the issue I was had setting the background color overlay. Thanks! 😊
- @Janespot@romrauq
The layout looks quite good.
- @Lounis-Abderraouf@romrauq
You could improve your design by setting the height of the
body
selector to100vh
so that the background color is consistent from top to bottom. - P@nursh@romrauq
You could increase you main container width a few pixels (perhaps 30px) so that it can closely match the design reference.
- @tshegofatso-motlhakaneWhat are you most proud of, and what would you do differently next time?
I did the most bruh
What challenges did you encounter, and how did you overcome them?I was able to make everything fit
What specific areas of your project would you like help with?Colors and shadows
@romrauqYou can use the
img
tag and fill thesrc
attribute value with the path to the image in your directory to setup the profile image element. - @NameRectifiedWhat challenges did you encounter, and how did you overcome them?
For me the line and the image gave me the biggest headache I forgot that there exists an element called hr, js was relatively easy.
Please provide feedback on how I can improve my code.
Thank you.
@romrauqI simply created the line using styling a border on the container that carries the 3 input fields, like so:
.inputs-container{ border: 1px solid hsl(0, 0%, 86%) }