I have been a web developer for more than three years, I have created multiple projects and I have experience in layout, HTML and CSS are my specialty. I also have experience in UI and UX design.
Here you can see my skills as a graphic designer, in addition to using HTML and CSS code, I can work with sophisticated and complete tools such as Adobe products.
A Google extension capable of reading text in Spanish and English. You can download it from the Google store, I developed it myself.
Visit my Ecommerce and discover the new experiences, didn't you know that I am also very good with JavaScript and PHP? Using Frameworks and libraries.
This is not a project that I totally consider my own, since I followed a tutorial on the internet to do it, but I'll leave it here.
Here I present some projects that I have done with HTML and CSS, shapes, shapes, shadows, gradients and colors. My goal is to show my developments using only web technologies, in this case as digital art.
/* CSS Rules */
.planet {
position : relative ;
display : block ;
width : 100 % ;
}
.planet figure {
position : absolute ;
top : 0 ; right : 0 ;
bottom : 0 ; left : 0 ;
border-radius : 50 % ;
...
}