diff --git a/cmd/templates/css/style.css b/cmd/templates/css/style.css index c68725e..35265b3 100644 --- a/cmd/templates/css/style.css +++ b/cmd/templates/css/style.css @@ -2,6 +2,10 @@ font-family: arial; } +input { + margin-bottom: 10px; +} + #but { background-color: #eee; border: 2px black solid; @@ -21,6 +25,7 @@ img { button { background-color: #eee; border: 2px black solid; + margin-bottom: 10px; } #but:hover { diff --git a/cmd/templates/index.html b/cmd/templates/index.html index f7cac0d..83d711d 100644 --- a/cmd/templates/index.html +++ b/cmd/templates/index.html @@ -9,33 +9,62 @@ + +
Hello {{ .UserAgent }}!