HTML/CSS

Website Template in HTML and CSS

Submitted by sarfarazbhat on
Hello friends, I am just learning PHP and Mysql and while designing a web page for a sample website I just created this template which I thought to publish it on http://www.sourcecodester.com/ so that new guys learning HTML and CSS will get some help and idea from it. I have also uploaded all the images of this template as well. I hope to upload new ones as soon as I can. Thanks

Expanding Download Button in CSS

Submitted by GeePee on
This project will teach you how to animate a button using css. The download button will expand once hover and you can put any captions you like on the expanding part. In my example, I put number of downloads made. You can also change the speed of transition in second whether you want to expand faster or slower. Hope you learn from this.

Google Chrome Logo in HTML/CSS

Submitted by GeePee on
This project will teach you how to create a logo of Google Chrome using raw css and html. Google Chrome logo has only 5 parts which I named it as circle(which is the white bigger circle in the center of the logo), center(the blue center circle), red, yellow and green. This is very cool css tricks. Hope you learn from this.

Simple Tooltip in CSS

Submitted by GeePee on
This project will teach you how to create a simple tooltip using raw css code. When image is hover, the car model will immediately appear on each image. Feel free to edit or do what you want in this project. You can position your tooltip anywhere in the image by setting up the margin property. Hope you learn from this project.