Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body
- {
- margin: 0px;
- }
- h1
- {
- margin-top: 0px;
- }
- #banner
- {
- background-color: #009999;
- color: white;
- text-align: center;
- height: 80px;
- width: 100%;
- }
- .info
- {
- font-family: Arial;
- background-color: #009999;
- color: white;
- text-align: center;
- width: 25%;
- height: 150px;
- float: left;
- }
- #lewy
- {
- background-color: #669999;
- width: 30%;
- height: 600px;
- text-align: center;
- float: left;
- }
- #prawy
- {
- background-color: #669999;
- width: 30%;
- height: 600px;
- text-align: center;
- float: left;
- }
- #mid
- {
- background-color: #99CCCC;
- width: 40%;
- height: 600px;
- text-align: center;
- float: left;
- }
- #stopka
- {
- background-color: #009999;
- color: white;
- text-align: right;
- width: 100%;
- float: left;
- }
- table td
- {
- border-width: 1px;
- border-style: solid;
- border-color: green;
- text-align: center;
- }
- table
- {
- border-width: 1px;
- border-style: solid;
- border-color: green;
- text-align: center;
- }
- .button
- {
- border-style: none;
- margin: 10px;
- background-color: green;
- color: white;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement