Css Design
This commit is contained in:
@@ -76,6 +76,38 @@ ContentPlaceHolder1 {
|
||||
margin-top: 55px;
|
||||
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) {
|
||||
body {
|
||||
font-family: 'Poppins', sans-serif;
|
||||
@@ -457,85 +489,44 @@ ContentPlaceHolder1 {
|
||||
width:100px;
|
||||
height:20px;
|
||||
}
|
||||
|
||||
#dropdownmenuecont ul li .button{
|
||||
font-size:16px;
|
||||
}
|
||||
|
||||
.modal-dialog {
|
||||
width: 600px;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
#contfluid {
|
||||
width: 600px;
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
width: 400px;
|
||||
display: block;
|
||||
overflow-x: no-content;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
width: 600px;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
/* background-color:#043381;*/
|
||||
background-color: #fff;
|
||||
color: #043381;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.modal-footer {
|
||||
width: 600px;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
#exampleModalLabel {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
/* background-color:#043381;*/
|
||||
background-color: #fff;
|
||||
color: #043381;
|
||||
width: 600px;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
background-image: linear-gradient(to right, #003680, #0055cc);
|
||||
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