Update README.md - #189
Open
therehman54-svg wants to merge 1 commit into
Open
Conversation
therehman54-svg
commented
Mar 3, 2026
<title>Urdu Design App</title>
<style>
body {
margin: 0;
font-family: 'Noto Nastaliq Urdu', serif;
background: #f4f4f4;
direction: rtl;
}
header {
background: #008080;
color: white;
padding: 15px;
text-align: center;
font-size: 22px;
}
.container {
padding: 20px;
}
.card {
background: white;
padding: 15px;
margin-bottom: 15px;
border-radius: 10px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
button {
background: #008080;
color: white;
border: none;
padding: 10px 15px;
border-radius: 5px;
cursor: pointer;
margin-top: 10px;
}
button:hover {
background: #006666;
}
textarea {
width: 100%;
height: 100px;
border-radius: 5px;
padding: 10px;
font-size: 16px;
}
</style>
اردو ڈیزائن ایپ
<script>
function showText() {
var text = document.getElementById("urduText").value;
document.getElementById("result").innerHTML = text;
}
</script>
<!DOCTYPE html>
<html lang="ur">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Urdu Design App</title>
<style>
body {
margin: 0;
font-family: 'Noto Nastaliq Urdu', serif;
background: #f4f4f4;
direction: rtl;
}
header {
background: #008080;
color: white;
padding: 15px;
text-align: center;
font-size: 22px;
}
.container {
padding: 20px;
}
.card {
background: white;
padding: 15px;
margin-bottom: 15px;
border-radius: 10px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
button {
background: #008080;
color: white;
border: none;
padding: 10px 15px;
border-radius: 5px;
cursor: pointer;
margin-top: 10px;
}
button:hover {
background: #006666;
}
textarea {
width: 100%;
height: 100px;
border-radius: 5px;
padding: 10px;
font-size: 16px;
}
</style>
</head>
<body>
<header>
اردو ڈیزائن ایپ
</header>
<div class="container">
<div class="card">
<h3>اپنا اردو متن لکھیں</h3>
<textarea id="urduText" placeholder="یہاں لکھیں..."></textarea>
<button onclick="showText()">ڈیزائن دیکھیں</button>
</div>
<div class="card">
<h3>نتیجہ</h3>
<p id="result"></p>
</div>
</div>
<script>
function showText() {
var text = document.getElementById("urduText").value;
document.getElementById("result").innerHTML = text;
}
</script>
</body>
</html>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.