Imagen de sitio

CSS Art

Brandon Anthony

Message sent

About

I am a web developer

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.

Look at my designs

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.

Some products


Speech, Google extension

A Google extension capable of reading text in Spanish and English. You can download it from the Google store, I developed it myself.

Eccomerce

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.

Sponge Bob CSS only

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.

Simple heart

A simple heart made with HTML and CSS, you can see it here.

Approximately projects

Some artwork with CSS

HTML and CSS code.

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.

You can see my projects

I also implement a bit of JS

							
/* CSS Rules */
.planet{
	position: relative;
	display: block;
	width: 100%;
}

	.planet figure{
		position: absolute;
		top: 0; right: 0;
		bottom: 0; left: 0;
		border-radius: 50%;
		...
	}