diff --git a/src/css/style.css b/src/css/style.css index e69de29..0924b1e 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -0,0 +1,46 @@ +body { + background: #F6E5DC; + font-family: Verdana; +} + +header { + background: #2F180C; + text-align: center; + color: khaki; + height: 60px; +} + +#lewy { + width: 60%; + float: left; +} + +#prawy { + font-size: 150%; + padding: 70px; + float: left; +} + +#dolny { + background: #D0B6A8; + text-align: center; + padding: 30px; + clear: both; +} + +footer { + background: #2F180C; + color: khaki; + height: 60px; +} + +img { + height: 350px; +} + +button { + margin: 10px; + padding: 5px; + background: #2F180C; + color: khaki; +} diff --git a/src/index.html b/src/index.html index e69de29..1f6fa12 100644 --- a/src/index.html +++ b/src/index.html @@ -0,0 +1,45 @@ + + +
+ + + +