+ 4
I had seen a web page in which every thing was written in a white box and box was above the background image.....
sry i m not remembering that site...
4 odpowiedzi
+ 12
<div class = "container">
<!-- Content -->
</div>
<style>
body { background-color: #000; }
.container { background-color: #555; }
</style>
Now, you have a container with some elements above the background of your body.
PS - Naturally, you have to modify dimensions of container and other stuff. :3
+ 7
@Anshul, read gradients section in HTML course for this
+ 3
Can i add multiple background color with gradual drop.....like it goes from blue color to red....or any other
+ 1
ohhk...thnk u so much