| form{ |
| display: flex; |
| gap: 10px; |
| justify-content: center; |
| margin: 30px; |
|
|
| } |
| input.inputText{ |
| width: 70%; |
| padding: 12px 12px 12px 12px; |
| border: none; |
| border-radius: 12px; |
| } |
| input.inputBtn{ |
| padding: 12px 12px 12px 12px; |
| border: none; |
| border-radius: 12px; |
| } |
| div.cont{ |
| margin: 70px 70px; |
| font-style: normal; |
| flex-wrap: wrap; |
| } |
| .height{ |
| height: 50vh; |
| } |
| div.card1 { |
| width: 250px; |
| margin:5px 5px 5px 5px; |
| padding: 20px 20px 20px 20px; |
| border: 1px solid gray; |
| border-radius: 12px; |
| box-sizing: border-box; |
| height: 450px; |
| } |
| div.card1 img { |
| width: 130px; |
| border-radius: 12px; |
| margin-left:25px ; |
| } |
|
|
| div.co{ |
| display: flex; |
| flex-wrap: wrap; |
| justify-content: center; |
| gap: 10px; |
| } |