Skip to content
View fabriziofeitosa's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report fabriziofeitosa

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

Pinned

  1. js_mirror-beauty-shop js_mirror-beauty-shop Public

    Só um projeto de brincadeira pra simular um espelho

    HTML 12

  2. (CSS) Constant width to height ratio (CSS) Constant width to height ratio
    1
    .constant-width-to-height-ratio {
    2
      background: #333;
    3
      width: 50%;
    4
    }
    5
    .constant-width-to-height-ratio::before {
  3. Sync Folders Outside OneDrive Sync Folders Outside OneDrive
    1
    1. Encontre o endereço da pasta que você deseja sincronizar (Ex.: `G:\Games\`) e copie o endereço.
    2
    
                  
    3
    2. Encontre o local do OneDrive com o qual deseja sincronizar (uma pasta interna no seu OneDrive). Segure shift e clique com o botão direito e abra o menu para clicar em "_Abrir no Terminal_" **(CMD e não o powershell)**.
    4
    
                  
    5
    3. Na janela de comando digite `mklink /j "NomePersonalizado" G:\Games\` onde `G:\Games\` é o endereço da sua pasta original da primeira etapa e `"NomePersonalizado"` o nome da pasta dentro do seu OneDrive que será criada e sincronizada com a original.