Css Design
This commit is contained in:
@@ -76,6 +76,38 @@ ContentPlaceHolder1 {
|
|||||||
margin-top: 55px;
|
margin-top: 55px;
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
|
#ContentPlaceHolder1 {
|
||||||
|
align-self: center;
|
||||||
|
width: 1700px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#form1 {
|
||||||
|
align-content: center
|
||||||
|
}
|
||||||
|
|
||||||
|
.align-self-center {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-header {
|
||||||
|
width: 400px;
|
||||||
|
background-image: linear-gradient(to right, #003680, #0055cc);
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#dropbtnlang {
|
||||||
|
margin-right: -39%;
|
||||||
|
margin-top: 5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#langdropdown {
|
||||||
|
margin-right: -39%;
|
||||||
|
margin-top: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#dropbtnbtnbtn:hover {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
@media (max-width: 575px) {
|
@media (max-width: 575px) {
|
||||||
body {
|
body {
|
||||||
font-family: 'Poppins', sans-serif;
|
font-family: 'Poppins', sans-serif;
|
||||||
@@ -457,85 +489,44 @@ ContentPlaceHolder1 {
|
|||||||
width:100px;
|
width:100px;
|
||||||
height:20px;
|
height:20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dropdownmenuecont ul li .button{
|
#dropdownmenuecont ul li .button{
|
||||||
font-size:16px;
|
font-size:16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-dialog {
|
.modal-dialog {
|
||||||
width: 600px;
|
width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#contfluid {
|
#contfluid {
|
||||||
width: 600px;
|
width: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-content {
|
.modal-content {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
display: block;
|
display: block;
|
||||||
overflow-x: no-content;
|
overflow-x: no-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
width: 600px;
|
width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-body {
|
.modal-body {
|
||||||
/* background-color:#043381;*/
|
/* background-color:#043381;*/
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #043381;
|
color: #043381;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-footer {
|
.modal-footer {
|
||||||
width: 600px;
|
width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#exampleModalLabel {
|
#exampleModalLabel {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-body {
|
.modal-body {
|
||||||
/* background-color:#043381;*/
|
/* background-color:#043381;*/
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #043381;
|
color: #043381;
|
||||||
width: 600px;
|
width: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
background-image: linear-gradient(to right, #003680, #0055cc);
|
background-image: linear-gradient(to right, #003680, #0055cc);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
width: 600px;
|
width: 400px;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
#ContentPlaceHolder1 {
|
|
||||||
align-self: center;
|
|
||||||
width: 1700px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#form1 {
|
|
||||||
align-content: center
|
|
||||||
}
|
|
||||||
|
|
||||||
.align-self-center {
|
|
||||||
background-color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.modal-header {
|
|
||||||
width:400px;
|
|
||||||
background-image: linear-gradient(to right, #003680, #0055cc);
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
#dropbtnlang {
|
|
||||||
margin-right: -39%;
|
|
||||||
margin-top: 5%;
|
|
||||||
}
|
|
||||||
#langdropdown{
|
|
||||||
margin-right: -39%;
|
|
||||||
margin-top:50px;
|
|
||||||
}
|
|
||||||
#dropbtnbtnbtn:hover{
|
|
||||||
color:#fff;
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user