21 lines
230 B
CSS
21 lines
230 B
CSS
#form1{
|
|
width:875px;
|
|
height:250px
|
|
}
|
|
.card {
|
|
width:875px;
|
|
height:250px;
|
|
}
|
|
#rowout{
|
|
background-color: #003680
|
|
}
|
|
#card-inner{
|
|
width: 855px;
|
|
height: 250px
|
|
}
|
|
.card-body{
|
|
width: 867px;
|
|
height: 250px;
|
|
margin-left:-12px;
|
|
}
|