Changed image

This commit is contained in:
2020-05-26 13:51:28 +01:00
parent a0963842a6
commit e2f8e8a137
4 changed files with 14 additions and 4 deletions

View File

@@ -26,6 +26,11 @@
text-align: center;
}
img {
width: max-content;
margin: 0 auto;
}
input, button {
margin: 10px 10px;
font-size: 1.8em;
@@ -35,7 +40,7 @@
</style>
</head>
<body>
<h1>🚀</h1>
<img src="rocket.png" />
<input type="url" id="URL" />
<button id="sendButton">SEND</button>