@robrpeteSubmitted almost 2 years ago
Latest solutions
- Submitted almost 2 years ago
Responsive Result Summary Component with Html and Css
#accessibility- HTML
- CSS
- Submitted almost 2 years ago
Interactive card details form using html , css and javascript
#accessibility- HTML
- CSS
- JS
Latest comments
- @felixicityPosted almost 2 years ago
The code was nicely written. Here are my suggestions:
- I don't think it needful to add display flex on the card-text. .card .text{ height: 100%; display: flex; flex-direction: column; justify-content: space-evenly; align-items: center; text-align: center; }
- I think the text align property does the work already since the children elements are block elements.
1