Skip to content

Commit eea08ad

Browse files
committed
add logo
1 parent 0597e96 commit eea08ad

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

index.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
font-family: 'Poppins', sans-serif;
66
}
77

8+
.name{
9+
font-size: 150%;
10+
font-weight: bold;
11+
}
12+
13+
.logo{
14+
text-align:center;
15+
}
16+
817
p{
918
text-align:justify;
1019
}

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</head>
99
<body>
1010
<div class="wrapper">
11+
<div class="logo"><img src="logo.png" height="100"/> <br/><span class="name">OmniLingo</span></div>
1112
<div class="search-input">
1213
<a href="" target="_blank" hidden></a>
1314
<input type="text" placeholder="Choose a language...">

logo.png

119 KB
Loading

0 commit comments

Comments
 (0)