Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<style>
input { width: 200px; margin: 2px; font-size:24pt;background-color:darkgreen;color:lime}
</style>
</head>
<body>
<input type="text" id="urlInput" placeholder="e.g. example.com" style="border-radius:12px; font-size:48px; background-color:darkgreen; color:lime;width:600px;opacity:.5"/>
<button onclick="webSearch()" style="border-radius:12px; font-size:48px"><strong>Go</strong></button>