Latest solutions
Latest comments
- @azyepes@NitheeshKumar-C
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 helpful - @Blue-Cheesecake@NitheeshKumar-C
Hi there 😀,
I think the share icon for small screen issue can be fixed by removing
max-width:100%;
fromimg
.Happy coding👨💻
Nitheeshkumar
- @kamiya-nakami@NitheeshKumar-C
Hi 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 helpful - @jillpandya2594@NitheeshKumar-C
Hi 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 helpful - @paridhi3@NitheeshKumar-C
Hi there 😀,
You can fix it by removing
justify-content: center
frombody
element👍.Happy coding ☕.
Nitheeshkumar
- @iamcerebrocerberus@NitheeshKumar-C
Hi there 😃,
Well done with the project ✨. It's look good and responsive✔.
Happy coding ☕.
NitheeshKumar