Diff
checker
Texto
Texto
Imagens
Documentos
Excel
Pastas
Legal
Enterprise
Aplicativo para desktop
Preços
Fazer login
Baixar o Diffchecker Desktop
Comparar texto
Encontre a diferença entre dois arquivos de texto
Ferramentas
Histórico
Editor live
Ocultar espaços em branco
Recolher inalteradas
Sem quebra de linha
Layout
Dividido
Unificado
Nível de detalhe
Inteligente
Palavra
Caractere
Estilos de texto
Alterar aparência
Realce de sintaxe
Escolher sintaxe
Ignorar
Transformar texto
Ir à primeira mudança
Editar entrada
Diffchecker Desktop
A maneira mais segura de usar o Diffchecker. Obtenha o aplicativo Diffchecker Desktop: seus diffs nunca saem do seu computador!
Obter Desktop
Untitled diff
Criado
há 11 anos
O diff nunca expira
Limpar
Exportar
Compartilhar
Explicar
4 remoções
Linhas
Total
Removido
Caracteres
Total
Removido
Para continuar usando este recurso, atualize para
Diff
checker
Pro
Ver preços
100 linhas
Copiar tudo
10 adições
Linhas
Total
Adicionado
Caracteres
Total
Adicionado
Para continuar usando este recurso, atualize para
Diff
checker
Pro
Ver preços
100 linhas
Copiar tudo
body {
body {
background: black;
background: black;
}
}
#earth,
#earth,
#moon,
#moon,
#asteroid,
#asteroid,
#sun {
#sun {
position: absolute;
position: absolute;
border-radius: 50%;
border-radius: 50%;
}
}
#earth {
#earth {
height: 40px;
height: 40px;
width: 40px;
width: 40px;
background: deepskyblue;
background: deepskyblue;
box-shadow: 0 0 10px blue;
box-shadow: 0 0 10px blue;
top: 50%;
top: 50%;
left: 50%;
left: 50%;
margin: -200px 0 0 -20px;
margin: -200px 0 0 -20px;
-webkit-animation: Erevolve 12s linear infinite;
-webkit-animation: Erevolve 12s linear infinite;
animation: Erevolve 12s linear infinite;
animation: Erevolve 12s linear infinite;
transform-origin: 20px 200px;
transform-origin: 20px 200px;
z-index: 100;
z-index: 100;
}
}
#moon {
#moon {
Copiar
Copiado
Copiar
Copiado
top: -
3
0px;
top: -
4
0px;
left: 1
0
px;
left: 1
5
px;
height: 10px;
height: 10px;
width: 10px;
width: 10px;
background: white;
background: white;
Copiar
Copiado
Copiar
Copiado
-webkit-animation: Mrevolve 2s linear infinite;
/*
-webkit-animation: Mrevolve 2s linear infinite;
*/
animation: Mrevolve 2s linear infinite;
/*
animation: Mrevolve 2s linear infinite;
*/
transform-origin: 5px 30px;
/*
transform-origin: 5px 30px;
*/
}
}
#asteroid {
#asteroid {
Copiar
Copiado
Copiar
Copiado
top: -1
0
px;
top: -1
5
px;
left: 0px;
left: 0px;
height: 6px;
height: 6px;
width: 6px;
width: 6px;
background: #aaa;
background: #aaa;
-webkit-animation: Arevolve 2s linear infinite;
-webkit-animation: Arevolve 2s linear infinite;
animation: Arevolve 2s linear infinite;
animation: Arevolve 2s linear infinite;
Copiar
Copiado
Copiar
Copiado
transform-origin: 3px
1
0px;
transform-origin: 3px
2
0px;
}
}
#sun {
#sun {
height: 100px;
height: 100px;
width: 100px;
width: 100px;
background: gold;
background: gold;
box-shadow: 0 0 50px gold;
box-shadow: 0 0 50px gold;
top: 50%;
top: 50%;
left: 50%;
left: 50%;
margin: -50px 0 0 -50px;
margin: -50px 0 0 -50px;
}
}
@-webkit-keyframes Erevolve {
@-webkit-keyframes Erevolve {
0% {
0% {
transform: rotate(0deg);
transform: rotate(0deg);
}
}
100% {
100% {
transform: rotate(360deg);
transform: rotate(360deg);
}
}
}
}
@keyframes Erevolve {
@keyframes Erevolve {
0% {
0% {
transform: rotate(0deg);
transform: rotate(0deg);
}
}
100% {
100% {
transform: rotate(360deg);
transform: rotate(360deg);
}
}
}
}
@-webkit-keyframes Mrevolve {
@-webkit-keyframes Mrevolve {
0% {
0% {
transform: rotate(0deg);
transform: rotate(0deg);
}
}
100% {
100% {
transform: rotate(360deg);
transform: rotate(360deg);
}
}
}
}
@keyframes Mrevolve {
@keyframes Mrevolve {
0% {
0% {
transform: rotate(0deg);
transform: rotate(0deg);
}
}
100% {
100% {
transform: rotate(360deg);
transform: rotate(360deg);
}
}
}
}
@-webkit-keyframes Arevolve {
@-webkit-keyframes Arevolve {
0% {
0% {
transform: rotate(0deg);
transform: rotate(0deg);
}
}
100% {
100% {
transform: rotate(360deg);
transform: rotate(360deg);
}
}
}
}
@keyframes Arevolve {
@keyframes Arevolve {
0% {
0% {
transform: rotate(0deg);
transform: rotate(0deg);
}
}
100% {
100% {
transform: rotate(360deg);
transform: rotate(360deg);
}
}
}
}
Diferenças salvas
Texto original
Abrir arquivo
body { background: black; } #earth, #moon, #asteroid, #sun { position: absolute; border-radius: 50%; } #earth { height: 40px; width: 40px; background: deepskyblue; box-shadow: 0 0 10px blue; top: 50%; left: 50%; margin: -200px 0 0 -20px; -webkit-animation: Erevolve 12s linear infinite; animation: Erevolve 12s linear infinite; transform-origin: 20px 200px; z-index: 100; } #moon { top: -30px; left: 10px; height: 10px; width: 10px; background: white; -webkit-animation: Mrevolve 2s linear infinite; animation: Mrevolve 2s linear infinite; transform-origin: 5px 30px; } #asteroid { top: -10px; left: 0px; height: 6px; width: 6px; background: #aaa; -webkit-animation: Arevolve 2s linear infinite; animation: Arevolve 2s linear infinite; transform-origin: 3px 10px; } #sun { height: 100px; width: 100px; background: gold; box-shadow: 0 0 50px gold; top: 50%; left: 50%; margin: -50px 0 0 -50px; } @-webkit-keyframes Erevolve { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @keyframes Erevolve { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @-webkit-keyframes Mrevolve { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @keyframes Mrevolve { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @-webkit-keyframes Arevolve { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @keyframes Arevolve { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
Texto alterado
Abrir arquivo
body { background: black; } #earth, #moon, #asteroid, #sun { position: absolute; border-radius: 50%; } #earth { height: 40px; width: 40px; background: deepskyblue; box-shadow: 0 0 10px blue; top: 50%; left: 50%; margin: -200px 0 0 -20px; -webkit-animation: Erevolve 12s linear infinite; animation: Erevolve 12s linear infinite; transform-origin: 20px 200px; z-index: 100; } #moon { top: -40px; left: 15px; height: 10px; width: 10px; background: white; /* -webkit-animation: Mrevolve 2s linear infinite; */ /* animation: Mrevolve 2s linear infinite; */ /* transform-origin: 5px 30px; */ } #asteroid { top: -15px; left: 0px; height: 6px; width: 6px; background: #aaa; -webkit-animation: Arevolve 2s linear infinite; animation: Arevolve 2s linear infinite; transform-origin: 3px 20px; } #sun { height: 100px; width: 100px; background: gold; box-shadow: 0 0 50px gold; top: 50%; left: 50%; margin: -50px 0 0 -50px; } @-webkit-keyframes Erevolve { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @keyframes Erevolve { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @-webkit-keyframes Mrevolve { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @keyframes Mrevolve { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @-webkit-keyframes Arevolve { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @keyframes Arevolve { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
Encontrar Diferença