Jan 15

2

CSS BOTTOM FOOTER CODE

CSS code to ensure your footer stays at bottom Introduction There are many sticky footer methods to be found in Google. I’ve tried many of them and they usually fail in some regards. The problem it seems is that some of these methods are old and may have worked in older browsers but they don’t ...


Read More

Nov 4

0

Solution: Div won’t align to center

Have you ever dealing with div just to centralise the div on your user interface? Fret not, I have just dealt with it when trying to design a website. Basically, you will type such css codes to align your div to center. margin: auto; padding: auto; But however, it works on Mozilla Firefox and Google ...


Read More

Aug 2

0

No Image

Heres a quick introduction about CSS. CSS is known as cascading stylesheet, its used mainly on websites and its very famous for web developers, designers and many other CSS evangelist. CSS is also a very easy to learn given with so many tutorials on the net , learning CSS will not be as diffcult compare ...


Read More