“CSS Hexagon com texto dentro” Respostas de código

CSS Hexagon com texto dentro

<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="800px" height="300" xmlns:xlink="http://www.w3.org/1999/xlink">
    <polygon class="hex" points="300,150 225,280 75,280 0,150 75,20 225,20" fill="#fa5" stroke="blue" stroke-width="5" transform="translate(10)"></polygon>
    <text x="160" y="160" 
        font-family="Verdana" 
        font-size="30"
        text-anchor="middle"
    >
    Any Text Here
    </text>  
</svg>
Hungry Hare

CSS Hexagon com texto dentro

<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="900px" height="100" xmlns:xlink="http://www.w3.org/1999/xlink">
    <polygon class="hex" points="300,150 225,280 75,280 0,150 75,20 225,20" fill="#fa5" stroke="blue" stroke-width="5" transform="translate(10)"></polygon>
    <text x="160" y="160" 
        font-family="Verdana" 
        font-size="30"
        text-anchor="middle"
    >
    Any Text Here
    </text>  
</svg>
Hungry Hare

Respostas semelhantes a “CSS Hexagon com texto dentro”

Perguntas semelhantes a “CSS Hexagon com texto dentro”

Mais respostas relacionadas para “CSS Hexagon com texto dentro” em CSS

Procure respostas de código populares por idioma

Procurar outros idiomas de código