• finitebanjo@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    3 hours ago
    <label class="mt-4">Post Description</label>
    <input class="form-control" type="string" placeholder="Description" asp-for="Post_Description" />
    
      • finitebanjo@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        2 hours ago

        Nah I actually use a css page and have a proprietary font of my own design.

        Probably will see some changes in the future, though. I’m not a webdev so it’s been kind of bothersome to memorize a bunch of tags and properties that I’m going to forget in a year. I just like doing things myself.

        • jia_tan@lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          5
          ·
          edit-2
          48 minutes ago

          Looks interesting, definitely has a vibe to it! ~(つˆ0ˆ)つ。☆

          ARIA tags don’t change the appearance of the page, they are needed for screen readers so people with low or no vision can navigate your page. https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA

          Screen readers can work without them tho, so you don’t have to do these tags unless you have some complicated form or a custom JavaScript button or something like that.

          Also

          proprietary

          • finitebanjo@lemmy.world
            link
            fedilink
            arrow-up
            3
            ·
            2 hours ago

            Neato, TIL. Thanks, friend.

            That said, the site will mainly be for displaying digital artwork, so those with limited vision likely won’t be a very crucial audience. I’ll add accessibility anyways, since you were kind enough to walk me through it.