diff --git a/uacheck/index.php b/uacheck/index.php index ecca469..a5733fa 100644 --- a/uacheck/index.php +++ b/uacheck/index.php @@ -2,7 +2,7 @@ $userAgent = $_SERVER['HTTP_USER_AGENT']; ?> - +
@@ -15,7 +15,7 @@ $userAgent = $_SERVER['HTTP_USER_AGENT']; background-color: #f0f0f0; } - .user-agent { + .block { background-color: #fff; border: 1px solid #ddd; padding: 20px; @@ -29,7 +29,7 @@ $userAgent = $_SERVER['HTTP_USER_AGENT']; } @media (min-width: 1200px) { - .user-agent { + .block { max-width: 800px; margin: 20px auto; } @@ -38,19 +38,55 @@ $userAgent = $_SERVER['HTTP_USER_AGENT']; font-size: 24px; } } + + button { + background-color: #f8f9fa; + border: 1px solid #ccc; + color: #333; + padding: 10px 20px; + border-radius: 5px; + cursor: pointer; + font-size: 16px; + margin-top: 10px; + } + + -