» Xtgem Coding Help » View post
R9pK1d Sorry for keepin u waitin, have been away for a while datz y, for d css u say, to create ur own css, u shud hv master and undastand itz features lyk margin, padding, background, color hex value etc...
To start coding a css, u can start itz code with woteva u want buh d main thing is d classes in it xo giv itz class any name u lyk dat u can rememba,
Now lets create a css stylesheet
Start ur css stylesheet by creatin a text file @ ur file browser den start with coding with any code, u can start with diz code suggested code
U can alzo end ur css code with d code above.
Now to d classes,
U can start ur css classes with enyone u lyk
NOTE: wen u want to start anoda class, u must rememba to leave a line and alzo class name start with a full stop; take a look @ example
In d example above, YOUR 1st CLASS and YOUR 2nd CLASS are d classes, put ur own prefered class name, background color, padding and margin sizes, text alignment and color, border type and size lyk diz
In d example above, ZEAL, ZEALWAP are d classes.
I fink u shud b able to create urz with dat...
To start coding a css, u can start itz code with woteva u want buh d main thing is d classes in it xo giv itz class any name u lyk dat u can rememba,
Now lets create a css stylesheet
Start ur css stylesheet by creatin a text file @ ur file browser den start with coding with any code, u can start with diz code suggested code
U can alzo end ur css code with d code above.
Now to d classes,
U can start ur css classes with enyone u lyk
NOTE: wen u want to start anoda class, u must rememba to leave a line and alzo class name start with a full stop; take a look @ example
/*CSS Zealwap zealot.waphall.com*/
.YOUR 1st CLASS { background: YOU PREFERED COLOR; margin: (MARGIN SIZE)px; padding: (PADDING SIZE)px; text-align: (TEXT ALIGNMENT); color: (TEXT COLOR); }
.YOUR 2nd CLASS { background: YOU PREFERED COLOR; border: (BORDER SIZE)px (BORDER TYPE e.g solid, dotted, e.t.c); border-color: (BORDER COLOR); margin: (MARGIN SIZE)px; padding: (PADDING SIZE)px; text-align: (TEXT ALIGNMENT); color: (TEXT COLOR); }
/*CSS Zealwap zealot.waphall.com*/
Copy code
.YOUR 1st CLASS { background: YOU PREFERED COLOR; margin: (MARGIN SIZE)px; padding: (PADDING SIZE)px; text-align: (TEXT ALIGNMENT); color: (TEXT COLOR); }
.YOUR 2nd CLASS { background: YOU PREFERED COLOR; border: (BORDER SIZE)px (BORDER TYPE e.g solid, dotted, e.t.c); border-color: (BORDER COLOR); margin: (MARGIN SIZE)px; padding: (PADDING SIZE)px; text-align: (TEXT ALIGNMENT); color: (TEXT COLOR); }
/*CSS Zealwap zealot.waphall.com*/
Copy code
In d example above, YOUR 1st CLASS and YOUR 2nd CLASS are d classes, put ur own prefered class name, background color, padding and margin sizes, text alignment and color, border type and size lyk diz
/*CSS Zealwap zealot.waphall.com*/
.zeal { background: #006400; margin: -2px; padding: 4px; text-align: center; color: #ffe; }
.zealwap { background: #006400; margin: -2px; padding: 4px; text-align: center; color: #ffe; }
/*CSS Zealwap zealot.waphall.com*/
Copy code
.zeal { background: #006400; margin: -2px; padding: 4px; text-align: center; color: #ffe; }
.zealwap { background: #006400; margin: -2px; padding: 4px; text-align: center; color: #ffe; }
/*CSS Zealwap zealot.waphall.com*/
Copy code
In d example above, ZEAL, ZEALWAP are d classes.
I fink u shud b able to create urz with dat...
» Xtgem Coding Help » View post
Guests: 1
zf_mackie (Admin)