Latest solutions
Latest comments
- @iniyan-webSubmitted over 3 years ago@mustafaalkhiatPosted over 3 years ago
@iniyan-web you made a beautiful and responsive template, and the code clean and readable, May i ask you about media queries since your using them seemlesly. How to use them correctly. is out there any specific sizes for special designs(like libraries,frameworks) or it's totally depends on design itself so i generate a random widths myself. Thanks from now and wish you happy chrismas...
0 - @A-amonSubmitted over 3 years ago@mustafaalkhiatPosted over 3 years ago
Omg how do you learned all of that, this is amazing, wonderfull that specifity in media queries and that beutifull animation at the begining. How can i learn this, What kind of practicing you refer to. I mean does practice in general helps or there's dedicated way you used to do Thank you from now...
0 - P@outerpreneurSubmitted over 3 years ago@mustafaalkhiatPosted over 3 years ago
one more thing you dont need to make the wrapper div flex , cause element already in column direction.
Marked as helpful0 - P@outerpreneurSubmitted over 3 years ago@mustafaalkhiatPosted over 3 years ago
Dear @outerpreneur , No you dont have issue with github i noticed in :
<link rel="stylesheet" href="style.css"> <img src="/images/image-equilibrium.jpg" alt="equilibrium-image"> <img src="/images/icon-ethereum.svg" alt=" "> and so on, You did not add a point "." that's why your images wont show up.try this <img src="./images/icon-ethereum.svg" alt=" "> but if add any image in stylesheet (css) you also need to add two points ".." And about the diamond and the clock it happend to everyone you can fix this with transform:translateY(-10px)Marked as helpful0 - @Roshan310Submitted over 3 years ago@mustafaalkhiatPosted over 3 years ago
hi @Roshan310, You did a great job in this. my advice for you is since you added padding to the card, height is no longer required.
Marked as helpful0