🌐
MDN Web Docs
developer.mozilla.org › en-US › docs › Web › CSS › transform-function › translate
translate() - CSS | MDN
/* Single <length-percentage> values */ transform: translate(200px); transform: translate(50%); /* Double <length-percentage> values */ transform: translate(100px, 200px); transform: translate(100px, 50%); transform: translate(30%, 200px); transform: translate(30%, 50%);
🌐
W3Schools
w3schools.com › cssref › css_pr_translate.php
CSS translate property
Note: An alternative technique to translate an element is to use CSS transform property with CSS translate() function.
🌐
Visual Studio Marketplace
marketplace.visualstudio.com › items
CSS Converter - Visual Studio Marketplace
Extension for Visual Studio Code - Convert HTML CSS to JS CSS for styled components and vice-versa.
🌐
Multilingualizer
multilingualizer.com › support › how-to-translate-hard-coded-texts-using-css
How to translate hard-coded texts using CSS - Multilingualizer
May 27, 2019 - Examples of hard-coded text include: ... In most cases, the hard-coded text file worked well, but sometimes it failed due to how some themes process forms. The following approach will work across the board · The Multilingualizer adds a CSS ...
🌐
Anything Translate
anythingtranslate.com › home › translators › html css js and scratch code translator
HTML CSS JS And Scratch Code Translator | Anything Translate
July 26, 2025 - Can't find the translator you're looking for? Create a translator based on your own idea now! ... Are you ready to transform your normal language into the vibrant world of HTML, CSS, JavaScript, and Scratch Code? With our HTML CSS JS And Scratch Code Translator, you can effortlessly convert everyday phrases into structured code that forms the backbone of your web projects and interactive applications.
🌐
W3C
w3.org › Style › CSS › translating.en.html
About the translations / hints for translators
Hints for translators who want to help translate the CSS overview pages.
🌐
GeeksforGeeks
geeksforgeeks.org › javascript › how-to-create-sentence-translator-using-html-css-and-javascript
How to create Sentence Translator using HTML, CSS, and JavaScript ? - GeeksforGeeks
April 11, 2025 - Basic setup: Open VS Code and open a folder from your drive where you want to create this project and give the name Translate-Sentence(folderName). After opening create the following files: index.html · translate.js · style.css · Project Structure: It should look like this: HTML File: This is the main index page which is connected to the style.css file for styling and translate.js for the logical operations in the website.
🌐
CodingNepal
codingnepalweb.com › home › javascript › build a language translator app in html css & javascript
Build A Language Translator App in HTML CSS & JavaScript
January 13, 2023 - In this blog, you'll learn how to Build Language Translator App in HTML CSS & JavaScript. In this translator, users can translate text into different language.
Find elsewhere
🌐
GeeksforGeeks
geeksforgeeks.org › css › css-translate-function
CSS translate() Function - GeeksforGeeks
August 30, 2024 - The translate() function in CSS is an indispensable tool for web developers aiming to control the positioning of elements with precision. By understanding and utilizing the translate(tx, ty) syntax, developers can create more dynamic and visually ...
🌐
DEV Community
dev.to › analyze0 › how-to-make-your-own-simple-translator-in-html-javascript-2ohf
How to make your own simple translator in HTML & JavaScript - DEV Community
May 31, 2023 - In this tutorial, I will teach you how to make a website that translates one language into another using HTML, CSS, and JavaScript.
🌐
YouTube
youtube.com › watch
Build A Language Translator App in HTML CSS & JavaScript | Translator App in JavaScript - YouTube
Build A Language Translator App in HTML CSS & JavaScript | Translator App in JavascriptIn this video, I have shown you how to Build A Language Translator App...
Published   April 18, 2022
🌐
Source Code Tester
sourcecodester.com › javascript › 17848 › language-translator-app-using-html-css-and-javascript-source-code.html
Language Translator App Using HTML, CSS and JavaScript with Source Code | SourceCodester
With easy-to-use controls for language selection, text input, and translation, along with the ability to copy translations and swap languages effortlessly, the Language Translator App is the perfect tool for anyone looking to bridge language barriers. Enjoy a smooth, responsive, and engaging translation experience with a user-friendly interface, all powered by HTML, CSS, and JavaScript.
🌐
CodePen
codepen.io › a7rarpress › pen › MWzVVRd
Build A Language Translator App in HTML CSS & JavaScript
Note: your code becomes un-folded during formatting. ... Visit your global Editor Settings. ... <!DOCTYPE html> <!-- Coding By CodingNepal - youtube.com/codingnepal --> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title>Language Translator | CodingNepal</title> <link rel="stylesheet" href="style.css"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Font Awesome CDN Link for Icons --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/> </head> <body> <div class="container"> <div class="wrapper"> <div
🌐
Anything Translate
anythingtranslate.com › home › translators › html css translator
HTML CSS Translator | Free & AI-Powered
April 11, 2025 - Whether you want to create stunning web pages or simple styles, this tool allows you to convert your easy-to-understand text into the precise syntax of HTML and CSS, ensuring your creativity translates beautifully on the web.
🌐
CodePen
codepen.io › lillian-kodi › pen › NWgWQKR
Morse Code Translator (HTML & CSS)
mixin layerR(n, m, c, groups) if --n - let start = n % 4 == 0 ? 'start' : '' input(type='checkbox' class=`touch${n} ${start}`).touch - let end = m % 4 == 0 ? 'end' : '' .layer(class=`layer${n} ${end}`) if m % 4 == 0 a(href='#container').clear .timer if n == 1 input(type='checkbox' disabled).touch.start .morse-code each g in groups - for (l = 1; l <= 4; l++) .code(class=`code-${g}-${l}`) .translation each g in groups .letter(class=`letter-${g}`) +layerR(n, ++m, c, groups) mixin layer(n) input(type='reset' id='reset').reset a(href='#begin' id='begin').begin a(href='#container').clear .cleared - let groups = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J'] +layerR(n + 1, 1, n, groups) .warning form.container(id='container') +layer(40) ! CSS Options ·
🌐
W3Schools
w3schools.com › tags › att_translate.asp
HTML translate Attribute
Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.
🌐
Tailwind CSS
tailwindcss.com › docs › translate
translate - Transforms - Tailwind CSS
<img class="translate-[3.142rad] ..." src="/img/mountains.jpg" /> For CSS variables, you can also use the translate-(<custom-property>) syntax: <img class="translate-(--my-translate) ..." src="/img/mountains.jpg" /> This is just a shorthand for translate-[var(<custom-property>)] that adds the var() function for you automatically.
🌐
Anything Translate
anythingtranslate.com › home › translators › css hard long code translator
CSS Hard Long Code Translator | Free & AI-Powered
October 29, 2025 - Prepare to witness common language morph into beautiful CSS code! Seeking a way to speak in the quirky and unique “!q C/” language? Look no further! The !q C/ Translator […]