Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
css
  • Loading branch information
aayushikumari18 authored Dec 28, 2023
1 parent 1875edf commit 0e32c5f
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Arial', sans-serif;
font-family: 'Oswald', sans-serif;
background-color: #f5f5f5;
color: #333;
margin: 0;
Expand All @@ -33,7 +33,7 @@
padding: 12px;
width: 100%;
box-sizing: border-box;
font-family: 'Arial', sans-serif;
font-family: 'Oswald', sans-serif;
color: #333;
background-color: #fff;
transition: border-color 0.3s ease;
Expand All @@ -52,7 +52,7 @@
width: 100%;
margin: 10px 0;
padding: 12px;
font-family: 'Arial', sans-serif;
font-family: 'Oswald', sans-serif;
cursor: pointer;
transition: background-color 0.3s ease;
background-color: #a76cfd;
Expand Down Expand Up @@ -81,14 +81,20 @@
background-color: #a76cfd;
color: #fff;
}

</style>
</head>
<body>
<div class="container mt-4">
<div class="jumbotron">
<h1>MY-Translator-Hub</h1>
<p>"MY-Translator-Hub" could potentially represent a personalized translation platform offering diverse language services, facilitating seamless communication across various cultures and languages</p>
<h1>SMART-SPEAK</h1>
<p>"MY SMART-SPEAK" Imagine a personalized translation platform that offers various language services, making communication smooth and easy across different cultures and languages.






</p>

<div class="row">
<div class="col-md-6">
Expand Down

0 comments on commit 0e32c5f

Please sign in to comment.