{"id":92,"date":"2026-03-19T12:53:42","date_gmt":"2026-03-19T12:53:42","guid":{"rendered":"https:\/\/theroyalscode.com\/students\/c_menhart\/?p=92"},"modified":"2026-03-19T12:53:42","modified_gmt":"2026-03-19T12:53:42","slug":"3-19-i-think","status":"publish","type":"post","link":"https:\/\/theroyalscode.com\/students\/c_menhart\/2026\/03\/19\/3-19-i-think\/","title":{"rendered":"3\/19 i think"},"content":{"rendered":"\n<p>so i lost my phone and wanted to see the exact time so i made a app like that <\/p>\n\n\n\n<p>for my html <br> <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html>\n&lt;html lang=\"en\">\n&lt;head>\n    &lt;meta charset=\"UTF-8\">\n    &lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    &lt;title>Erie Time&lt;\/title>\n    &lt;link rel=\"stylesheet\" href=\"styles.css\">\n&lt;\/head>\n&lt;body>\n\n    &lt;div class=\"time-card\">\n        &lt;a href=\"https:\/\/time.is\/Erie\" class=\"time-link\" rel=\"nofollow\">Time in Erie&lt;\/a>\n        &lt;span id=\"Erie_z161\" class=\"time-display\">&lt;\/span>\n    &lt;\/div>\n    \n    &lt;div class=\"time-card\">\n        &lt;a href=\"https:\/\/time.is\/London\" class=\"time-link\" rel=\"nofollow\">Time in London&lt;\/a>\n        &lt;span id=\"London_z8\" class=\"time-display\">&lt;\/span>\n    &lt;\/div>\n\n    &lt;script src=\"\/\/widget.time.is\/t.js\">&lt;\/script>\n    &lt;script>\n        time_is_widget.init({\n            Erie_z161: { time_format: \"12hours:minutes:secondsAMPM\" },\n            London_z8: { time_format: \"12hours:minutes:secondsAMPM\" },\n            \n        });\n\n    &lt;\/script>\n\n&lt;\/body>\n&lt;\/html>\n<\/code><\/pre>\n\n\n\n<p>for my css is this <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\nbody {\n    margin: 0;\n    padding: 0;\n    font-family: Arial, Helvetica, sans-serif;\n    background: radial-gradient(circle at center, #0f172a, #0a0a0a);\n    color: white;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    height: 100vh;\n}\n\n.time-card {\n    background: rgba(255, 255, 255, 0.05);\n    padding: 40px 60px;\n    border-radius: 20px;\n    text-align: center;\n    backdrop-filter: blur(10px);\n    border: 1px solid rgba(255, 255, 255, 0.1);\n    box-shadow: 0 0 25px rgba(0, 200, 255, 0.25);\n    animation: fadeIn 1.2s ease forwards;\n    opacity: 0;\n}\n\n\n.time-link {\n    text-decoration: none;\n    color: #7dd3fc;\n    font-size: 32px;\n    font-weight: bold;\n    letter-spacing: 1px;\n    transition: 0.25s ease;\n}\n\n#time_is_link:hover {\n    color: #38bdf8;\n    text-shadow: 0 0 12px #38bdf8;\n}\n\n.time-display {\n    display: block;\n    margin-top: 15px;\n    font-size: 60px;\n    font-weight: bold;\n    color: #e0faff;\n    text-shadow: 0 0 20px rgba(56, 189, 248, 0.8);\n    letter-spacing: 2px;\n}\n\n@keyframes fadeIn {\n    to {\n        opacity: 1;\n    }\n}\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>so i lost my phone and wanted to see the exact time so i made a app like that for [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[1],"tags":[],"class_list":["post-92","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/theroyalscode.com\/students\/c_menhart\/wp-json\/wp\/v2\/posts\/92","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theroyalscode.com\/students\/c_menhart\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/theroyalscode.com\/students\/c_menhart\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/c_menhart\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/c_menhart\/wp-json\/wp\/v2\/comments?post=92"}],"version-history":[{"count":1,"href":"https:\/\/theroyalscode.com\/students\/c_menhart\/wp-json\/wp\/v2\/posts\/92\/revisions"}],"predecessor-version":[{"id":93,"href":"https:\/\/theroyalscode.com\/students\/c_menhart\/wp-json\/wp\/v2\/posts\/92\/revisions\/93"}],"wp:attachment":[{"href":"https:\/\/theroyalscode.com\/students\/c_menhart\/wp-json\/wp\/v2\/media?parent=92"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/c_menhart\/wp-json\/wp\/v2\/categories?post=92"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/c_menhart\/wp-json\/wp\/v2\/tags?post=92"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}