Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- font-family: Georgia;
- background-color: #FFFAFA;
- }
- form {
- margin: 80px;
- }
- table {
- color: white;
- text-align: center;
- width: 80%;
- border: 1px dotted white;
- }
- tr:hover {
- background-color: #D3D3D3;
- color: black;
- }
- #logo {
- background-image: url("wzor.png");
- background-size: contain;
- background-repeat: no-repeat;
- background-color: #FF7F50;
- width: 25%;
- height: 100px;
- float: left;
- }
- #baner {
- background-color: #FF7F50;
- text-align: center;
- width: 75%;
- height: 100px;
- font-size: 130%;
- float: right;
- }
- #glowny {
- background-color: #FF7F50;
- padding: 70px;
- }
- #lewy {
- width: 40%;
- height: 400px;
- }
- #prawy {
- width: 60%;
- height: 400px;
- text-align: right;
- }
- #stopka {
- background-color: #FF7F50;
- padding: 20px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement