YazanJbara
@YazanJbaraAll solutions
- Submitted 1 day ago
Fully Responsive Loopstudios Landing Page with AOS
- HTML
- CSS
- JS
- what is the best way for hiding and showing elements with js
- Writing above images
- Z-index why and when
- a better responsive ways to do
position : absolute
- how to choose the best approach when you are searching among +100 solution for the same problem .
please review the code and tell me what could i've done better
- Submitted 12 days ago
Intro Section with dropdown menu
- HTML
- CSS
- JS
Feedback required , the page (visually) looks good at all sizes but still there is too many problems so please if you have time to review please criticize as much as you can
- Submitted 19 days ago
Mortgage Repayment Calculator
- HTML
- CSS
- JS
I would like to know why form elements behaves in a strange way like the input and the label elements ; strangely the input type of numbers does not accept something like commas like ha? why? it is a number . so i converted the whole thing to a text then i validate the inputs in the javascript.
the project took me 10 days because i tried to shorten the css and improving the whole thing (html , css , javascript) so i'm really asking for criticism and review, i'm 101% sure that i could have done better code so please tell me what went wrong and how should i improve my code.
- Submitted about 1 month ago
Product-Preview-Card(s)
- HTML
- CSS
i know there is problems with the CSS but i'm asking you to review the code and tell me every single small detail that i made badly and how i can improve it , what i need to learn more
- Submitted about 1 month ago
HTML,CSS QR Card Component
- HTML
- CSS
This is challenge is pretty easy but there is something that i don't know about in the text especially the last paragraph , now ofc i used
text-wrap
property to make it look exactly like the layout but i tried and nothing works , i looked forword-break
property but it doesn't do anything , the last paragraph is looking good because oftext-wrap : balance
but if you checked the original layout you will see that the second line is longer than the first and only three words on the third line , so i partially fixed it by using balance text wrap and then applied a `` , but this makes the last paragraph aligned with the above one i have no idea why. any ideas why this happened? - Submitted about 1 month ago
CSS Social Link Challenge
- HTML
- CSS
spacing between elements is done using paddings , i don't know if it's the right solution or not for spacing , can someone review and tell me what is the right approach for spacing?
- Submitted about 1 month ago
Blog Preview Card
- HTML
- CSS
- dealing with images in css for me was so hard and so weird i don't even know what
max-width:100%
thing do but i will search more on it - Controlling the size of the image was hard
- Positioning of the card was a bit of headache
- Need more general rules or a way of thinking that makes css designing less complex for me