Alteras
Reactions
2,892

Profile posts Latest activity Postings Media Albums Awarded medals About Post areas

  • BBCode Tip of the Day: Similar to letter-spacing, you can space out words using word-spacing!!
    BBCode Tip of the Day: CSS code injection using built in tags use to be the way we do things before we had divs
    BBCode Tip of the Day: You can have multiple background images just by separating the url() with a comma.
    BBCode Tip of the Day: You can space out your letters using letter-spacing: and any length value!
    BBCode Tip of the Day: To use font-family inside a class, you should include to load the font in.
    BBCode Tip of the Day: you can use
    to indent your text!
    Idea
    Idea
    what's indent?
    Alteras
    Alteras
    It's where the paragraph is pushed back a bit from the margin
    Idea
    Idea
    oooh
    BBCode Tip of the Day: vertical-align: determines how an inline element is vertically aligned with relation to other inline elements (i.e. text)
    BBCode Tip of the Day: z-index only affects which layer the div is in, it will still adopt the properties of its parent div.
    BBCode Tip of the Day: 83vh is a good estimate for the visible space a post will have in any given device.
    BBCode Tip of the Day: Sometimes less is best. Not everyone has the best internet connection, so think about how much you want to code and who you want to code for.
    BBCode of the Day: display: flex-inline; can be used when you want both a flexbox and an inline div as one.
    BBCode Tip of the Day: a div can have multiple classes applied to it, making it easier on yourself if you got a lot of duplicate properties you need added.
    BBCode Tip of the Day: Transitions and Animations of the same property cannot occur at the same time, regardless of delay and timing. *speaking from experience
    BBCode Tip of the Day: transitions using transform are smoother than using margin/absolute positioning.
    BBCode Tip of the Day: There is a Color Blend Mode in CSS for backgrounds. It is background-blend-mode:
    BBCode Tip of the Day: Username tags can be formatted! When you tag someone, what's really happening is that a is being applied and wrapped around the @. You can actually change what is inside the tag and apply bbcode to it!
    Hey Alt, how's it going? I'm really sorry to bother you, but would you mind explaining to me how to make clickable text to trigger a script?
    Alteras
    Alteras
    Sure, I'll make it Today's Tip of the Day.
    To make script trigger-able on click, make sure that the object you want to click has a class name on. the script tag would look like [script class=CLASSNAME on=click].
    Idea
    Idea
    Yeah, I do have that, but it doesn't register when I click the words themselves
    Alteras
    Alteras
    Discord?
    BBCode Tip of the Day: the rgb() color property has a fourth parameter, the alpha value! It dictates the opacity of the color, from 0 (transparent) to 1 (opaque). it would be rgba(###,###,###,alpha value);
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
Back
Top