Diff
checker
टेक्स्ट
टेक्स्ट
छवियां
दस्तावेज़
Excel
फ़ोल्डर्स
Legal
Enterprise
डेस्कटॉप
मूल्य
साइन इन करें
Diffchecker डेस्कटॉप डाउनलोड करें
टेक्स्ट की तुलना करें
दो टेक्स्ट फ़ाइलों के बीच अंतर ढूंढें
उपकरण
इतिहास
रियल-टाइम एडिटर
रिक्त स्थान छिपाएँ
अपरिवर्तित संक्षिप्त करें
लाइन रैप बंद
लेआउट
विभाजित
संयुक्त
परिवर्तन हाइलाइट करें
स्मार्ट
शब्द
अक्षर
टेक्स्ट शैलियां
दिखावट बदलें
सिंटैक्स हाइलाइटिंग
सिंटैक्स चुनें
अनदेखा करें
टेक्स्ट बदलें
पहले अंतर पर जाएँ
इनपुट संपादित करें
Diffchecker Desktop
Diffchecker चलाने का सबसे सुरक्षित तरीका। Diffchecker Desktop ऐप पाएं: आपके diffs कभी आपके कंप्यूटर से बाहर नहीं जाते!
Desktop पाएं
Untitled diff
बनाया गया
7 वर्ष पहले
Diff कभी समाप्त नहीं होता
साफ़
निर्यात करें
शेयर करें
समझाएं
9 हटाए गए
लाइनें
कुल
हटाया गया
अक्षर
कुल
हटाया गया
इस सुविधा का उपयोग जारी रखने के लिए, अपग्रेड करें
Diff
checker
Pro
मूल्य देखें
47 लाइनें
सभी को कॉपी करें
2 जोड़े गए
लाइनें
कुल
जोड़ा गया
अक्षर
कुल
जोड़ा गया
इस सुविधा का उपयोग जारी रखने के लिए, अपग्रेड करें
Diff
checker
Pro
मूल्य देखें
39 लाइनें
सभी को कॉपी करें
/* --------------------------------------
/* --------------------------------------
login.css
login.css
Contient les elements pour afficher la page de connexion a l'administration ou au site lorsqu'il est en maintenance.
Contient les elements pour afficher la page de connexion a l'administration ou au site lorsqu'il est en maintenance.
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
--------------------------------------
*/
--------------------------------------
*/
.fieldset-content {
.fieldset-content {
margin: 0 auto;
margin: 0 auto;
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
width: 450px;
max-width: 100%;
max-width: 100%;
}
}
body {
body {
display: flex;
display: flex;
display: -ms-flex;
display: -ms-flex;
display: -webkit-flex;
display: -webkit-flex;
flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
-ms-flex-direction: column;
-webkit-flex-direction: column;
-webkit-flex-direction: column;
justify-content: center;
justify-content: center;
-ms-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
-webkit-justify-content: center;
align-items: center;
align-items: center;
-ms-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
-webkit-align-items: center;
margin: 0;
margin: 0;
padding: 0;
padding: 0;
height: auto;
height: auto;
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
background-color: #E8EDF3;
}
}
div#global {
div#global {
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
padding:
20px
;
padding:
2.618em
;
min-height: 0;
min-height: 0;
width: 100%;
width: 100%;
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
background-color: #FFFFFF;
border-spacing: 1px;
border-spacing: 1px;
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
border: 1px #bebebe solid;
}
#connect {
margin-bottom: 40px;
}
}
.cookiebar-container {
.cookiebar-container {
position: fixed;
position: fixed;
}
}
सेव किए गए Diffs
ऑरिजनल टेक्स्ट
फ़ाइल खोलें
/* -------------------------------------- login.css Contient les elements pour afficher la page de connexion a l'administration ou au site lorsqu'il est en maintenance. --------------------------------------*/ .fieldset-content { margin: 0 auto; width: 450px; max-width: 100%; } body { display: flex; display: -ms-flex; display: -webkit-flex; flex-direction: column; -ms-flex-direction: column; -webkit-flex-direction: column; justify-content: center; -ms-justify-content: center; -webkit-justify-content: center; align-items: center; -ms-align-items: center; -webkit-align-items: center; margin: 0; padding: 0; height: auto; background-color: #E8EDF3; } div#global { padding: 20px; min-height: 0; width: 100%; background-color: #FFFFFF; border-spacing: 1px; border: 1px #bebebe solid; } #connect { margin-bottom: 40px; } .cookiebar-container { position: fixed; }
परिवर्तित टेक्स्ट
फ़ाइल खोलें
/* -------------------------------------- login.css Contient les elements pour afficher la page de connexion a l'administration ou au site lorsqu'il est en maintenance. -------------------------------------- */ .fieldset-content { margin: 0 auto; max-width: 100%; } body { display: flex; display: -ms-flex; display: -webkit-flex; flex-direction: column; -ms-flex-direction: column; -webkit-flex-direction: column; justify-content: center; -ms-justify-content: center; -webkit-justify-content: center; align-items: center; -ms-align-items: center; -webkit-align-items: center; margin: 0; padding: 0; height: auto; } div#global { padding: 2.618em; min-height: 0; width: 100%; border-spacing: 1px; } .cookiebar-container { position: fixed; }
अंतर खोजें