Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- background-image:url(/IMG/bg1.jpg);
- }
- .nav {
- background-color:lightpink;
- width:906px;
- height:500px;
- }
- .menu {
- background-color:orange;
- width:906px;
- height:700px;
- }
- .cart {
- background-color:grey;
- width:906px;
- height:300px;
- }
- .start {
- background-color:green;
- width: 906px;
- height: 700px;
- }
- .logIn {
- background-color: mediumaquamarine;
- width: 906px;
- height: 700px;
- }
- .newUser {
- background-color: darkcyan;
- width: 906px;
- height: 700px;
- }
- .checkOut {
- background-color: lightyellow;
- width: 906px;
- height: 700px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement