Skip to content

Commit

Permalink
Merge pull request #4 from Vedang1510/master
Browse files Browse the repository at this point in the history
updated and commited
  • Loading branch information
Vedang1510 authored Oct 10, 2023
2 parents f6cedb8 + e505413 commit 301dc07
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
Binary file added bvu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bvucoep.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<title>Phonebook</title>
</head>
<body>
<img class="bvu"src="bvu.png">
<img class="bvucoep"src="bvucoep.png">
<div class="container">
<h1>Phonebook</h1>
<div class="add-contact">
Expand Down
9 changes: 9 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,13 @@ li:last-child {
}
.submitted p{
font-size: 1.3rem;
}
.bvu{
height: 8rem;
}
.bvucoep{
float: left;
height: 5rem;
margin-left: 85%;
margin-top: -7rem;
}

0 comments on commit 301dc07

Please sign in to comment.