diff --git a/students/2025-11-04-midiaruyo/index.html b/students/2025-11-04-midiaruyo/index.html new file mode 100644 index 00000000..c3a3dc3c --- /dev/null +++ b/students/2025-11-04-midiaruyo/index.html @@ -0,0 +1,25 @@ + + + + + + 測試git提交 + + + +
+
+ + 提交git測試 + +
+
+

+ 打給賀~哇西咪滴阿如唷,這灰嘎油~~ +

+
+ + +
+ + \ No newline at end of file diff --git a/students/2025-11-04-midiaruyo/people.png b/students/2025-11-04-midiaruyo/people.png new file mode 100644 index 00000000..ed4f82f8 Binary files /dev/null and b/students/2025-11-04-midiaruyo/people.png differ diff --git a/students/2025-11-04-midiaruyo/style.css b/students/2025-11-04-midiaruyo/style.css new file mode 100644 index 00000000..ef8af0da --- /dev/null +++ b/students/2025-11-04-midiaruyo/style.css @@ -0,0 +1,96 @@ +/* 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; +} + +.wrap +{ + margin-left: auto; + margin-right: auto; + width: 600px; +} + + +.header +{ + text-align: center; + background-color: lightyellow; +} +.header a +{ + display: block; +} +.header a:hover +{ + background-color: snow; +} +.header a img +{ + width: 20%; + height: auto; +} + +.content +{ + border: 1px solid lightgray; + padding: 10px; +} +.content p +{ + color: green; + text-align: center; + padding: 10px; +} + + +.footer p +{ + color:white; + background-color: green; + text-align: center; + padding: 10px; +} \ No newline at end of file