Hi I am Edson, frontend developer form Chile Front end developer with 1 year of experience, I build websites and apps. I have strong understanding of the building blocks of the web - HTML, CSS & JavaScript - so my projects are responsive. My English level is b2 grade C, certificate by Cambridge
I’m currently learning...Im leraning about html, css, js, wordpress, react js, node js and php laravel. including the function of axios.
Latest comments
- @namnueng32371@xedsonruizx
Hi. Have do you try Git-Fork before as a tool to manage your proyect? It is easy to use.
Marked as helpful - @GabrielCarrillo93@xedsonruizx
Hi
you could change the 100% width of the "col-" with an especific width that does not change with the size of the page.
also for a better responsive way the grid class replace the 30% with a 50%
send the "eth" text to the left
and send the "clock" text to the right
.grid { display: grid; grid-template-columns: 50% 50%; justify-content: space-between; } .eth { text-align: start; } .clock{ text-align: end; } I hope it helps you
Marked as helpful - @GiwaHalim@xedsonruizx
Hi, actually you have to use, someone told before.
- mix-blend-mode: multiply It is to combine the background 'purple' with the image above it.
- @nattyrice@xedsonruizx
Hi i have some corrections for you, I am not an English speaker so If you dont understand something send me an email to edsonruizsalinas@gmail.com, I will try to help you.
- body size 100 just add to your css code
body { height: 100%; }
How to make body and html 100 heght
- Center vertical card
there is some ways to center a card in the middle of the page this is what I used code example and playground
with this you can delete the top margin top from media query. I hope this will help you.
Marked as helpful - @destanyr@xedsonruizx
Hi i have some corrections for you, I am not an English speaker so If you dont understand something send me an email to edsonruizsalinas@gmail.com, I will try to help you.
- body size 100 just add to your css code
body { height: 100%; }
How to make body and html 100 heght
- Center vertical card
there is some ways to center a card in the middle of the page this is what I used code example and playground
- Add Img from your folders
when you call an image from your folder, you dont have to write all your pc path in this case you have to write src="./images/image-qr-code.png" to get you image.
I hope this will help you.