From 06469dadd4f902fcd5f42de4c57f2b00159872a7 Mon Sep 17 00:00:00 2001 From: Mirumo Date: Tue, 17 Sep 2024 09:49:21 +0800 Subject: [PATCH] 2025 init --- assets/style/index.css | 21 ++++++++++++++++++ assets/style/reset.css | 48 ++++++++++++++++++++++++++++++++++++++++++ index.html | 21 ++++++++++++++++++ 3 files changed, 90 insertions(+) create mode 100644 assets/style/index.css create mode 100644 assets/style/reset.css create mode 100644 index.html diff --git a/assets/style/index.css b/assets/style/index.css new file mode 100644 index 0000000..2c8c4c8 --- /dev/null +++ b/assets/style/index.css @@ -0,0 +1,21 @@ +body { + width: 100dvw; + height: 100dvh; + background: #12344c; +} + +.container { + width: 100%; + height: 100%; + + display: flex; + justify-content: center; + align-items: center; +} + +h1 { + font-size: clamp(1rem, 0rem + 5vw, 2rem); + text-align: center; + color: #fff; +} + diff --git a/assets/style/reset.css b/assets/style/reset.css new file mode 100644 index 0000000..e29c0f5 --- /dev/null +++ b/assets/style/reset.css @@ -0,0 +1,48 @@ +/* http://meyerweb.com/eric/tools/css/reset/ + v2.0 | 20110126 + License: none (public domain) +*/ + +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} +/* HTML5 display-role reset for older browsers */ +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} +body { + line-height: 1; +} +ol, ul { + list-style: none; +} +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..71b4a52 --- /dev/null +++ b/index.html @@ -0,0 +1,21 @@ + + + + + + + + + COSCUP 2025 | Coming Soon... + + + + + +
+ +

COSCUP 2025 | Comming Soon...

+ +
+ +