Commit fb7c5ea5 by Nikola Markovic

izmena boja

parent 326fa7bd
......@@ -2,11 +2,11 @@
body{
font-family: 'Jost', serif;font-size: 22px;
background-color: #F1EAE2; /*sredina*/
background-color: #fff; /*sredina*/
overflow-x: hidden;
}
.navbar{
background-color: #151a2a; /*header*/
background-color: #f9f9f9; /*header*/
}
.navbar a{
text-decoration: none;
......@@ -127,7 +127,7 @@ body{
}
.container-fluid{
overflow:hidden;
background:#6d2e46; /*footer*/
background:#1c1c1c; /*footer*/
color: #627482 !important;
margin-bottom: 0 ;
padding-bottom:0 ;
......@@ -160,8 +160,8 @@ h3{
}
.form-body{
height: 650px;
border-top:3px solid #FFD700; /*sredina izmedju linije*/
border-bottom:3px solid #FFD700; /*sredina izmedju linije*/
border-top:2px solid #1c1c1c; /*sredina izmedju linije*/
/*border-bottom:3px solid #FFD700; /*sredina izmedju linije*/
}
.form-holder {
display: flex;
......@@ -191,7 +191,7 @@ h3{
.form-content .form-items {
/*border: 3px solid #fff;*/
background-color: black; /*forma*/
background-color: #3c3c3c; /*forma*/
padding: 40px;
display: inline-block;
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