Skip to content

Commit 3562bca

Browse files
change uiux
1 parent 2c5f821 commit 3562bca

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

Projects/Audio-Text-Converter/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
<head>
55
<title>Speech to Text Converter (हिंदी)</title>
66
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" />
7-
7+
<link rel="preconnect" href="https://fonts.googleapis.com">
8+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9+
<link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat&family=Sacramento&family=Tilt+Prism&display=swap" rel="stylesheet">
10+
<link rel="stylesheet" href="style.css">
811
</head>
912

1013
<body>
@@ -16,9 +19,9 @@ <h1 class="text-center">
1619
<br>
1720
<h5 id="instructions" class="text-center"></h5>
1821
<div class="form-group">
19-
<textarea class="form-control" id="textarea" cols="30" rows="10"></textarea>
22+
<textarea class="form-control" id="textarea" cols="30" rows="16" style=" background-color: black;"></textarea>
2023
</div>
21-
<button id="start" class="btn btn-danger btn-block">
24+
<button id="start" class="btn btn-danger btn-block" style=" background-color: rgb(85, 9, 9);">
2225
Click here to Start Recording
2326
</button>
2427
</div>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
h1 {
2+
font-family: 'Tilt Prism', cursive;
3+
color:white;
4+
}
5+
button{
6+
font-family: 'Source Code Pro', monospace;
7+
color:white;
8+
background-color: rgb(82, 3, 3);
9+
}
10+
body{
11+
12+
background-image:url("textimage.jpg")
13+
}
14+
.textarea{
15+
background: url("textimage.jpg");
16+
}
156 KB
Loading

0 commit comments

Comments
 (0)