File tree Expand file tree Collapse file tree
Projects/Audio-Text-Converter Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments