Skip to content

Commit

Permalink
Draft 1 updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro56565 committed Apr 5, 2024
1 parent de17e36 commit b4126e7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
Binary file modified README.md
Binary file not shown.
Binary file added images/alert.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/button.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/paste.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<div>
<img src="/images/icon.png" alt="Mahesh Tweet Logo">
</div>
<div>
<h1>Welcome to Mahesh Tweets</h1>
</div>
Expand Down
4 changes: 3 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ div{
display: flex;
justify-content: center;
align-items: center;
}
body{
width: 250px;
height: 300px;
}
}

0 comments on commit b4126e7

Please sign in to comment.