Malarpit16
@Malarpit16All solutions
- Submitted about 1 month ago
Omelette Recipe
- HTML
- CSS
Is there a way to format paragraphs to have specific amounts of words on each line?
- Submitted about 1 month ago
Social Links Card with Flexbox
- HTML
- CSS
When there is many little sections of text like on this card is it beneficial to put them all in their own divs?
- Submitted about 1 month ago
Blog Preview Card with Flexbox
- HTML
- CSS
I would like to know a more efficient of aligning elements properly.
- Submitted about 1 month ago
QR Code Component using Flexbox
- HTML
- CSS
I had created a flex container called "qr-code-container" which inside had a div called "qr-code". I set the body height to 'min-height: 100vh' and the height of "qr-code-container" to "height: 100%". However when I tried to center my QR Code with 'align-items: center' nothing happened. If the body height is the height of the viewport and "qr-code-container" is 100% the height of its container i.e. the body, why didn't 'align-items: center' do anything?