We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78bfe40 commit 7885345Copy full SHA for 7885345
static/script.js
@@ -7,7 +7,7 @@ $(function () {
7
$.post('/api/v1/shorten', {
8
url:url
9
},function (data) {
10
- $('#shortcode').html("Short URL: " + '<a href="/' + data + '">'+window.location.href+data + '</a>');
+ $('#shortcode').html("Small URL: " + '<a href="/' + data + '">'+window.location.href+data + '</a>');
11
})
12
13
static/style.css
@@ -46,6 +46,8 @@
46
font-style: inherit;
47
margin-top: 3%;
48
margin-left: 25%;
49
+ background-color: cyan;
50
+ width: fit-content;
51
52
}
53
.center{
0 commit comments