Diff
checker
Texto
Texto
Imágenes
Documentos
Excel
Carpetas
Legal
Enterprise
Aplicación de escritorio
Precios
Iniciar sesión
Descargar Diffchecker Desktop
Comparar texto
Encuentra la diferencia entre dos archivos de texto
Herramientas
Historial
Editor live
Ocultar espacios en blanco
Ocultar sin cambios
Sin ajuste de línea
Vista
Dividido
Unificado
Nivel de detalle
Inteligente
Palabra
Letra
Estilos de texto
Cambiar apariencia
Resaltado de sintaxis
Elegir sintaxis
Ignorar
Transformar texto
Ir al primer cambio
Editar entrada
Diffchecker Desktop
La forma más segura de usar Diffchecker. ¡Obtén la app de Diffchecker Desktop: tus diffs nunca salen de tu computadora!
Obtener Desktop
Untitled diff
Creado
hace 11 años
El diff nunca expira
Borrar
Exportar
Compartir
Explicar
4 eliminaciones
Líneas
Total
Eliminado
Caracteres
Total
Eliminado
Para continuar usando esta función, actualice a
Diff
checker
Pro
Ver precios
100 líneas
Copiar todo
10 adiciones
Líneas
Total
Añadido
Caracteres
Total
Añadido
Para continuar usando esta función, actualice a
Diff
checker
Pro
Ver precios
100 líneas
Copiar todo
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);
}
}
}
}
Diferencias guardadas
Texto original
Abrir archivo
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 modificado
Abrir archivo
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 la diferencia