Skip to content

Imporvements #8

Description

@tiborsaas

Hello Brenna,

I'm loving this nifty tool. I've noticed some improvements for the image version.

Problem one: if the hexagon's parent is set to text-center, then the images will be messed up:

image

Simply add text-align: left; to the main hexagon element.

  1. This was more tricky:
    image

Those edges got me annoyed, but I fear no CSS. The solution is to displace the bg image, so it won't bleed through :)

Add this to hexTop, hexBottom.

background-position: -250% -250%;
background-repeat: no-repeat;

I could send a pull request.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions