22 lines
344 B
CSS
22 lines
344 B
CSS
.add1{
|
|
width: 96%;
|
|
margin: 5px auto;
|
|
height: 63px;
|
|
background:#C9C9C9;
|
|
border:1px solid #C9C9C9;
|
|
border-radius: 5px;
|
|
display:flex;
|
|
justify-content: center;
|
|
align-items:center ;
|
|
/* margin-top: 10px; */
|
|
}
|
|
.addimg{
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
.add1 img {
|
|
/* position: absolute; */
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|