Hello there! I am just starting to learn CSS and HTML, and I have a question. Is it possible for me to use the same CSS styling but have different images inside each of the hexagons? I want to replace the image '' with multiple images without repeating too much code.
You can see what I mean by checking out the fiddle below:
<div class="pfhex1">
<div class="hexagon hexagon2">
<div class="hexagon-in1"><div class="hexagon-in2"></div>
</div></div>
<div class="pfhex2">
<div class="hexagon hexagon2">
<div class="hexagon-in1"><div class="hexagon-in2"></div>
</div></div>
Thank you very much!