Jump to content

Background color didnt work in fixed-sidebar !


Komarudin

Recommended Posts

With CSS, setting the background colour of the page can be approached in 3 different ways. Choose one below;

/* Makes all backgrounds white */
* {background:#fff;}
html {background:#fff;}
body {background:#fff;}

You can override this setting on subsequent elements with subsequent styling rules.

Edited by Steven1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...