diff --git a/css/style.css b/css/style.css index 145cfff..5ca4639 100644 --- a/css/style.css +++ b/css/style.css @@ -57,7 +57,7 @@ header { background-color: #FEE715; color: black; font-weight: bold; - border: 1px solid #FEE715; + border: 10px solid #FEE715; } @@ -92,7 +92,8 @@ header { } .button1 button { - background-color: #FEE715; + float: right; + background-color: #dbdbdb; color: color; border: none; margin: 5px; @@ -107,6 +108,10 @@ header { margin-left: 15px; } +#clear { + clear: both; +} + .button1 button:hover { opacity: 0.8; transition: 0.2s; @@ -121,8 +126,6 @@ header { user-select: none; } - - .container { display: flex; flex-direction: column; /* Elementy jeden pod drugim */ @@ -137,6 +140,7 @@ header { /* Stylizacja tabeli */ table { + clear: both; width: 100%; border-collapse: collapse; margin-top: 20px;