Placeholder Post

Please be patient until a post is created soon...

Placeholder Post

figure

Photo of designing a website in Figma

Steve Francia

Designing in Figma

image

Design In Figma

$(window).scroll(function () {
  // this will work when your window scrolled.
  var scroll = $(window).scrollTop();
  if (scroll > 100) {
    $(".header").addClass("header-scrolled");
  } else {
    $(".header").removeClass("header-scrolled");
  }
});

Gruber avoided using curly braces in Markdown to unofficially reserve them for implementation-specific extensions. Markdown Extra adds the following features to Markdown:

  • markdown markup inside HTML blocks
  • elements with id/class attribute
  • fenced code blocks that span multiple lines of code
  • tables
  • definition lists
  • footnotes
  • abbreviations