This what I get [1]: https://i.stack.imgur.com/TGQiR.png
I want it like this [2]: https://i.stack.imgur.com/Mu7g5.png
Here is my code, this is the CSS file.
.shape{
width:200px;
height:250px;
color:#4F5E73;
margin:20px auto;
background-color:rgb(236, 236, 236);
text-align:center;
}
This is how I show the shape and text.
<div class="shape">
<span style="font-size:72px;"> 7 </span> <br />
<span style="font-size:18px;"> minutes to Applecross High School </span> <br />
</div>