Skip to content
View tenziro's full-sized avatar
πŸ‘‹
Hi
πŸ‘‹
Hi

Block or report tenziro

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tenziro/README.md
  • πŸ‘‹ Hi, I’m @tenziro
  • πŸ‘€ I’m interested in Apple Products / Games / Pets / Sneakers
  • 🌱 I’m currently learning CSS3 / HTML / Javascript / SASS / SCSS
  • πŸ’žοΈ I’m looking to collaborate on myapplewallet.com
  • πŸ“« How to reach me [email protected]

Pinned Loading

  1. chemical-ratio chemical-ratio Public

    케미컬 희석 λΉ„μœ¨ 계산기

    SCSS

  2. My Custom.css for Repsonsive Chrome ... My Custom.css for Repsonsive Chrome DevTools including https://github.com/mauricecruz/chrome-devtools-zerodarkmatrix-theme. See http://blog.dayjo.org/chrome-devtools-responsive-toolbar/ for information.
    1
    /* When the console width is 624px or less */
    2
    @media all and (max-width: 624px) and (min-width: 0px) {
    3
      
    4
      /* Hide the audits tab */
    5
      #-webkit-web-inspector #toolbar .toolbar-item.audits {
  3. Scss - mixins #scss #mixins Scss - mixins #scss #mixins
    1
    // Convert px to rem
    2
    // https://css-tricks.com/snippets/sass/px-to-em-functions
    3
    @function rem($pixels, $context: 16) {
    4
      @return #{$pixels/$context}rem;
    5
    }