I had an issue to add the bg image. Any clues? Thanks :)
NitheeshKumar C
@NitheeshKumar-CAll comments
- @azyepesSubmitted over 2 years ago@NitheeshKumar-CPosted over 2 years ago
Hi there😀,
Your solution look's good.
And for the bg image(for background img tag) use,
👉
position: absolute
: this will not affect the flow of other element.👉
z-index:-1
: by default all elements asz-index:0
by giving -1 it will moved to back.👉
left , top , right and bottom
: by using this property on element withposition: absolute or relative
you can change/ modify the place of that element.Happy coding👨💻
NitheeshKumar😄
Marked as helpful1 - @Blue-CheesecakeSubmitted over 2 years ago
The share option in normal screen size is still fine, but for small screen size is terrible. How can we fix that
@NitheeshKumar-CPosted over 2 years agoHi there 😀,
I think the share icon for small screen issue can be fixed by removing
max-width:100%;
fromimg
.Happy coding👨💻
Nitheeshkumar
0 - @kamiya-nakamiSubmitted over 2 years ago
Do you have any questions about best practices?
@NitheeshKumar-CPosted over 2 years agoHi there 😀,
I can help with some issues. You can make the body content center using
flex-box
,Example for this problem:
body{ min-height: 100vh; display: flex; justify-content: center; align-items: center; }
and remove
margin: 10em 30%;
from.QRcode
.If you think this is helpful please mark as helpful.
Happy Coding 👨💻,
Nitheeshkumar
Marked as helpful0 - @jillpandya2594Submitted over 2 years ago
All suggestions are welcome
@NitheeshKumar-CPosted over 2 years agoHi there😃,
The solution looks good. Here are some improvement code,
For more accurate center use
flex-box
:Based on the problem use :
body { min-height: 100vh; display: flex; justify-content: center; flex-direction: column; }
For <hr> (Horizontal line):
hr { border: 1px solid; }
Happy Coding👨💻,
NitheeshKumar
Marked as helpful0 - @paridhi3Submitted almost 3 years ago@NitheeshKumar-CPosted almost 3 years ago
Hi there 😀,
You can fix it by removing
justify-content: center
frombody
element👍.Happy coding ☕.
Nitheeshkumar
1 - @iamcerebrocerberusSubmitted almost 3 years ago
Any feedback would be appreciated.. cheers
@NitheeshKumar-CPosted almost 3 years agoHi there 😃,
Well done with the project ✨. It's look good and responsive✔.
Happy coding ☕.
NitheeshKumar
0