hello, hope that your monday is going great, this is my second challenge here in frontendmentor, the only setback that i found was centering the 'a' tag, because it is just a 2 column layout i decided to use only flexbox, at first i could't center the a tag (yeah only the a tag) in his container but i was decided to not give up and center it using flexbox, eventually i gave up and just used grid to center it, so if someone can tell me how to center it using flexbox would be taking a chip out of my shoulder
Mark Anthony Codes
@markcodesAll comments
- @Comet466Submitted over 3 years ago@markcodesPosted over 3 years ago
Put the a tag inside its own div you can set it like this:
div { text-align: center; }
just remember, the a tag is inline so it can be aligned like a normal text.
Tc.
0 - @AlineRabeloSubmitted over 3 years ago
I'm looking after improve my code, so if you have any suggestions I'll be glad to hear them!
- @Sami-21Submitted over 3 years ago
i would love to see how to make the background more responsive. i am aware that my work isn't the optimal solution ,i will really appreciate any feedback.
@markcodesPosted over 3 years agoNicely done! congratulations Sami. I'm a newbie myself and I appreciate the effort.
0