Just getting back to coding after a long vaca but no more break.
Sebastien
@SebystienAll comments
- @SebystienSubmitted almost 2 years ago
- @anthonyidokoSubmitted over 3 years ago
my image is in black and white. what should I have done differently? And please point out my errors overall.
@SebystienPosted over 3 years agoHi Anthony, Here's a couple of things you might like to try. For the width of the card, you can use a
max-width
to adjust the size of the card on bigger screen. You don't want it to get too big.For the img, there are several way you can get it done. For me, I set up a div and use the
background: linear-gradient( rgba(color and alpha), rgba(color and alpha)), url(img link)
and you can use a
mix-blend-mode
. and don't forget to change thefont-family
and you can add a little bit ofpadding
:)Enjoy!
0 - @SebystienSubmitted about 4 years ago
Code is a little bit messy, gotta improve my js skills but any feedback is much appreciated !
- @anbowareSubmitted about 4 years ago@SebystienPosted about 4 years ago
Hey there, Good stuff there! May I suggest a few things? I notice the text box is overlapping on the phone container and it'd be more practical if you adjust the box-shadow to a lighter purple, that can be done using rgba and setting the alpha to maybe to a low value :) Good luck!
0 - @milham123Submitted over 4 years ago
Please i need your feedback on media queries and share button.
@SebystienPosted over 4 years agoHey Faruk, looks like your .draw is not centered. Easy fix is to add vh height in the body selector, and some flex properties to center the box.
0 - @julianhv20Submitted over 4 years ago
Any feedback is always welcome !
@SebystienPosted over 4 years agoLooks good. Space between the button and the input field is a little bit too much
0