We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0597e96 commit eea08adCopy full SHA for eea08ad
index.css
@@ -5,6 +5,15 @@
5
font-family: 'Poppins', sans-serif;
6
}
7
8
+.name{
9
+ font-size: 150%;
10
+ font-weight: bold;
11
+}
12
+
13
+.logo{
14
+text-align:center;
15
16
17
p{
18
text-align:justify;
19
index.html
@@ -8,6 +8,7 @@
</head>
<body>
<div class="wrapper">
+ <div class="logo"><img src="logo.png" height="100"/> <br/><span class="name">OmniLingo</span></div>
<div class="search-input">
<a href="" target="_blank" hidden></a>
<input type="text" placeholder="Choose a language...">
logo.png
119 KB
0 commit comments