QR Code Generator

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap'); .qrcode-container { max-width: 800px; margin: 0 auto; font-family: "Poppins", sans-serif; text-align: center; } .qrcode-container h2 { font-size: 40px; color: #000; } .qrcode-container .content...

BMR Calculator

.bmr-calculator { max-width: 300px; font-family: "Roboto", sans-serif; padding: 8px 24px; box-shadow: 0 4px 8px -3px rgba(0, 0, 0, 0.3); padding-bottom: 20px; } .bmr-calculator, .bmr-calculator * { box-sizing: border-box; } .bmr-calculator h2 { text-align: center; background: #222; color: #fff; font-weight: 100; margin: -8px -24px; margin-bottom: 8px; padding:...

Html Converter

.html-entities-converter { max-width: 700px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; font-family: "Roboto", sans-serif; } .html-entities-converter h2 { font-size: 32px; text-transform: uppercase; font-weight: 900; text-align: center; color: #023047; margin: 16px; } .html-entities-converter .input-text, .html-entities-converter .result { height:...