Skip to content
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
6 changes: 3 additions & 3 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<script src="jquery.min.js"></script>
<script src="script.js"></script>

<title>URL Shortner</title>
<title>URL shortener : </title>
</head>
<body>

<div class="center">
<h1 align="center"> URL Shortener</h1>
<h1 align="center"> Shorten your URL </h1>
</div>
<input id="url" type="text" placeholder="Enter URL" name="url">
<input id="url" type="text" placeholder="Enter long URL" name="url">
<br>
<input id="submit" type="submit" class="btn">
<div id="shortcode" class="mydiv"></div>
Expand Down
10 changes: 6 additions & 4 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
font-family: Arial;
font-size: 25px;
margin-top: 2%;
margin-left: 25%;
margin-left: 18%;
background-color: aqua;
}
.btn {
background: #ffd324;
Expand Down Expand Up @@ -42,13 +43,14 @@
align-self: center;
align-items: center;
font-family: "American Typewriter";
font-size:30px;
font-size:20px;
font-style: inherit;
margin-top: 3%;
margin-top: 8%;
margin-left: 25%;
background-color: #ffd324;

}
.center{
font-family: "American Typewriter";
font-size: 40px;
font-size: 60px;
}