Kevin Salazar Zarate
@iamkevin-szAll solutions
- Submitted 5 months ago
flexbox
- HTML
- CSS
I would like help on how to bold certain words in CSS and also in the table I wanted to align horizontally and I couldn't, in the end I used a justify content space around, it just didn't align as seen in the image, so I increased an empty td to each column like this so that it looks almost the same, but it is not well aligned between columns, I would like to know how to do it
- Submitted 5 months ago
use flexbox to complete my task
- HTML
- CSS
I would like to know what the difference would be between making buttons with button or the "a" tag
- Submitted 5 months ago
use flexbox
- HTML
- CSS
I would like help with the pseudo elements, since when I wanted to use p:firs-child it didn't work nor did p last child, I don't understand why, I wanted to use that so as not to put a span on each p and give it a class, but since it didn't work I had to give span to each p
- Submitted 5 months ago
Use flexbox to align the card, also use both color and font variables,
- HTML
- CSS
I would like help with the container part, since at the beginning I was thinking of creating a container and making the card there, but then I said I need two containers, one for the background, and the other for the card.