Quantcast
Channel: Easy Tutorials » CSS
Browsing all 9 articles
Browse latest View live

Simple css coding

Html was designed to display information but it does not have any style in the need of style they designed css Cascading style sheets Which save a lot of coding work Syntax The syntax is very easy and...

View Article



Specifying the space between lines in css

This tutorial is going to teach you how to specify space between lines This tutorial will teach you how to use line height character to specify space between two lines Create two files one line.html ,...

View Article

Decorating the text through css

Many a times we want to decorate the text. here are the Five main text decoration properties that can be used in your matter. <html> <head> <style type=”text/css”> h1...

View Article

Set an image as a background of your website

Well this one is the easiest tutorial for you all How to set an image as a background of your website Syntax  <html> <head> <style type=”text/css”> body { background-image:...

View Article

Having a fixed image

Sometimes you want your image to be fixed in a certain which not be scrolled down with the rest of the page: This css code will help you do that .something{ background-image: url(‘imagename.gif’);...

View Article


Specify the white space between words

This tutorial is going to teach you how to specify the white space between the words sometimes it becomes important to do or else you can learn it for the sake of learning. Html file <html>...

View Article

set all the margin properties in one declaration

This tutorial will teach you how to set all margin properties in one declaration  Syntax p.class{margin: 2cm 4cm 3cm 4cm} Using  <html> <head> <style type=”text/css”> p.margin...

View Article

Image may be NSFW.
Clik here to view.

Outlining the text

Sometimes you need to outline a text we can do it easily by using css border command Syntax: <html> <head> <style type=”text/css”> p { border: red solid thin; background-color:yellow;...

View Article


Image may be NSFW.
Clik here to view.

An easy way so that you don’t have to learn css colors

Do you think you need to learn all those colors codes given below ? NO !!! You need not learn those colors for applying them Here is a SIMPLE FAST AND STUPID trick Just open adobe photoshop click on...

View Article

Browsing all 9 articles
Browse latest View live




Latest Images