Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changes made by vaibhav kottari #541

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<body>

<div class="center">
<h1 align="center"> URL Shortener</h1>
</div>
<input id="url" type="text" placeholder="Enter URL" name="url">
<h1 align="center" id="url_heading"> URL Shortener</h1>

<input id="url" type="text" placeholder="Enter Large URL and get it in less than 4 letter URL" name="url">
<br>
<input id="submit" type="submit" class="btn">
<div id="shortcode" class="mydiv"></div>

</div>
</body>
</html>
6 changes: 5 additions & 1 deletion static/style.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
*{
align: center;
}

#url_heading{
margin-bottom: 0cm;
}
#url{
align: center;
size: 100px;
height: 50px;
width: 600px;
width: 710px;
font-family: Arial;
font-size: 25px;
margin-top: 2%;
Expand Down