Skip to content

Commit

Permalink
Merge pull request #212 from meghana9044/main
Browse files Browse the repository at this point in the history
Added Logo
  • Loading branch information
sameer-soni authored May 18, 2024
2 parents 3846ce6 + bc61610 commit 501b546
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5502
}
Binary file added MAA-VIMALAlogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,16 @@


<body id="body">
<div class="container">
<div class="image">
<img src="MAA-VIMALAlogo.png">
</div>
<div class="text">
<h1>Maa-Vimala</h1>
</div>
</div>
<div>
<h1 id="logoName">Maa-Vimala</h1>

<div class="nav-info">
<p id="time">22 : 33 AM</p>
<div class="nav-info-ele">
Expand Down
17 changes: 16 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,24 @@ body {
font-family: "Poppins", sans-serif;
}

#logoName{
/*#logoName{
font-size: 2rem;
font-weight: 600;
}*/

.container {
display:grid;
align-items: center;
grid-template-columns: 1fr 2fr 8fr 3fr;
margin-top: 0px;
}
.container > div{
text-align: center;
font-size: 15px;
}
img{
max-width: 100%;
max-height: 100%;
}

#search-txt{
Expand Down

0 comments on commit 501b546

Please sign in to comment.