Grid properties issue

Html:
<div class="branding"
<img src="image" class="img-1">
<img src="image" class="img-2">
<img src="image" class="img-3">
<img src="image" class="img-4">
<img src="image" class="img-5">
</div>

css:

.branding {

display:grid;
grid-tempelate-columns: repeat (3 , 1fr)

result : shown in attach image

i want to fill the last image the span properties are not working for me please anyone help me out?
Screenshot_49.png
Was this page helpful?