Skip to content

Commit

Permalink
Merge pull request #50 from sweta-singh28/logo
Browse files Browse the repository at this point in the history
Added the logo
  • Loading branch information
sk66641 authored May 29, 2024
2 parents 3f767e9 + 13e5a71 commit 6cacb66
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<link rel="icon" href="assets/images/favicon/favicon.ico" type="image/x-icon" />
</head>
<body>
<div class="logo">
<img src="logo.jpg" alt="logo">
</div>
<div class="container">
<div class="background">
<div class="shape"></div>
Expand Down
Binary file added logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
font-size: 40px;
}

.logo img{
height: 90px;
width: 90px;
}

.logo{
position: absolute;
top: 10px;
left: 10px
}

body {
margin: 0;
padding: 0;
Expand Down

0 comments on commit 6cacb66

Please sign in to comment.