zf_mackie (Admin)
05 May 2016
R9pK1d
04 May 2016
zf_mackie (Admin)
04 May 2016
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...
R9pK1d
03 May 2016
R9pK1d
02 May 2016
Guests: 1
R9pK1d