Commit fb7c5ea5 by Nikola Markovic

izmena boja

parent 326fa7bd
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
body{ body{
font-family: 'Jost', serif;font-size: 22px; font-family: 'Jost', serif;font-size: 22px;
background-color: #F1EAE2; /*sredina*/ background-color: #fff; /*sredina*/
overflow-x: hidden; overflow-x: hidden;
} }
.navbar{ .navbar{
background-color: #151a2a; /*header*/ background-color: #f9f9f9; /*header*/
} }
.navbar a{ .navbar a{
text-decoration: none; text-decoration: none;
...@@ -127,7 +127,7 @@ body{ ...@@ -127,7 +127,7 @@ body{
} }
.container-fluid{ .container-fluid{
overflow:hidden; overflow:hidden;
background:#6d2e46; /*footer*/ background:#1c1c1c; /*footer*/
color: #627482 !important; color: #627482 !important;
margin-bottom: 0 ; margin-bottom: 0 ;
padding-bottom:0 ; padding-bottom:0 ;
...@@ -160,8 +160,8 @@ h3{ ...@@ -160,8 +160,8 @@ h3{
} }
.form-body{ .form-body{
height: 650px; height: 650px;
border-top:3px solid #FFD700; /*sredina izmedju linije*/ border-top:2px solid #1c1c1c; /*sredina izmedju linije*/
border-bottom:3px solid #FFD700; /*sredina izmedju linije*/ /*border-bottom:3px solid #FFD700; /*sredina izmedju linije*/
} }
.form-holder { .form-holder {
display: flex; display: flex;
...@@ -191,7 +191,7 @@ h3{ ...@@ -191,7 +191,7 @@ h3{
.form-content .form-items { .form-content .form-items {
/*border: 3px solid #fff;*/ /*border: 3px solid #fff;*/
background-color: black; /*forma*/ background-color: #3c3c3c; /*forma*/
padding: 40px; padding: 40px;
display: inline-block; display: inline-block;
width: 100%; width: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment