diff --git a/classes/3/index.html b/classes/3/index.html new file mode 100644 index 0000000..d1d13f3 --- /dev/null +++ b/classes/3/index.html @@ -0,0 +1,58 @@ + + + + + +

Birds with Hands

+ +

+ For a long time now, birds have had arms. Scientists have hid it from us for a long time, I believe. +

+ +

Why are the scientists hiding this from us?

+
+ "If people found out that birds had arms, that would make people feel very unsafe, as people think birds can't open doors, because they don't have hands, but, in fact, they do." +
+ +

+ Links to my sources can be found here, here and also here +

+ + +

Research Findings

+ + + + + + + + + + + + + + + + + +
+ Bird Name + + Has hands? +
+ Jeremy + + Yes +
+ Julie + + Yes +
+ +

+ Personally, I think more people should know that birds have arms, what about you? +

+ + diff --git a/classes/3/style.css b/classes/3/style.css new file mode 100644 index 0000000..4983a14 --- /dev/null +++ b/classes/3/style.css @@ -0,0 +1,63 @@ +* { + margin: 0; + padding: 0; +} + +html { + background: #efefef; +} + +body { + max-width: 1200px; + margin: auto; + padding: 1em; + + background: #fff; + + font-family: sans-serif; + line-height: 1.6; +} + +h1 { + font-size: 3em; +} + +h1, h2, h3, h4, h5 { + line-height: 1.4; + /* font-family: serif; */ + + margin: 0.6em 0 0.2em 0; +} + +img { + margin: 2em auto 1em auto; + display: block; +} + +img:hover { + filter: brightness(0.8); +} + + +table { + border: 3px solid black; + margin-bottom: 1em; +} +table td { + padding: 12px; + border: 1px solid black; +} + +blockquote { + border-left: 2px solid black; + padding-left: 1em; + margin: 1em 0; + line-height: 1.8; +} + +mark { + margin-top: 2em; + padding-bottom: 5em; + background-color: unset; + text-decoration: underline 2px wavy green; +} \ No newline at end of file