Skip to content

Commit

Permalink
Favicon Fetcher Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnilsparsh committed Dec 28, 2021
1 parent 407b3b5 commit 57acb07
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 13 - Favicon Fetcher/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@
</head>
<body>
<h2>Favicon Fetcher</h2>

<br>
<img>
<label>
<input type="text" placeholder="Enter a Url">
<h3>Press enter after typing a URL</h3>
<input type="text" placeholder="Enter a URL">
</label>
<footer>
<p>&#x3c; &#47; &#x3e; with ❤️ by
Expand Down
8 changes: 8 additions & 0 deletions 13 - Favicon Fetcher/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ h2 {
text-align: center;
}

h3{
position: absolute;
top: -70px;
color: white;
font-size: 1.3rem;
text-align: center;
}

img{
size:18px;
margin-right: 1.2rem;
Expand Down

0 comments on commit 57acb07

Please sign in to comment.