coucou! je cherche à être évaluer sur “une box au look cool” merci
Hi again @fenosoaliva_ratovoson
That’s indeed a cool looking box. Well done!
To center the text vertical-align: middle;
doesn’t work in this context. one way to center the text horizontally and vertically is to add the following code and to remove the height
. (The height will be defined by line-height
.)
text-align: center;
line-height: 10;
Keep up the great work,
Michael