Skip to content

Commit

Permalink
Merge pull request #5 from riteshjha61253/main
Browse files Browse the repository at this point in the history
final day
  • Loading branch information
riteshjha61253 authored Feb 10, 2024
2 parents 8e1f3b6 + e8c7099 commit 978785c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
Binary file added images/close.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 images/more.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 16 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ color: rgb(215, 206, 206);
color: rgb(208, 46, 46);
font-size: 1.5rem;
}
.left button {
display: none;
}
@media screen and (max-width:500px) {
.container {
width: 100%;
Expand Down Expand Up @@ -273,6 +276,17 @@ p {
width: 10px;
height: 10px;
}
.left button {
display: block;
}
.left button img {
display: block;
width: 1rem;
height: 1rem;
position: absolute;
margin-left: 337px;
margin-top: -200px;
}
}
.break{
width: 100%;
Expand Down Expand Up @@ -415,7 +429,8 @@ margin: 10px 0;
align-items: center;
}
.img {
width: 70%;
width: 50%;
margin-top: 15px;
}
.imag {
width: 200px;
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<body>
<div class="container">
<div class="left">
<button class="menu"><img src="images/more.png" alt="menu"></button>
<img src="images/log.png" alt="" />
</div>
<div class="right">
Expand Down

0 comments on commit 978785c

Please sign in to comment.