diff --git a/index.html b/index.html index 8b13789..6d0ccd4 100644 --- a/index.html +++ b/index.html @@ -1 +1,63 @@ + + + + + + + +
+
+

Wikimedia is a global + movement + whose + mission is to bring free educational content to the world.

+

Through various + projects, + chapters, and the support structure of the non-profiit Wikimedia Foundation, Wikimedia + strives to bring about a world in which every single human being can freely share in the sum of all knowledge.

+

Welcome to Wikimedia

+
+
+
+ Wikipedia + Wikisource + MediaWiki + Meta-Wiki +
+
+ Wiktionary — The free dictionary + Wikinews + Wikidata + Wikimedia Incubator +
+
+ Wikiquote + Wikiversity + Wikimedia Commons + Wikitech and Wikimedia Labs +
+ +
+ Wikibooks + Wikispecies — The free species directory + Wikivoyage + Wikimedia Foundation +
+ +
+ +
+

Imagine a world in which every single human being can freely share in the sum of all knowledge. That's our commitment.

+ Terms of use Privacy policy +
+ + + + + + +
+ + + diff --git a/styles.css b/styles.css index 8b13789..874f85f 100644 --- a/styles.css +++ b/styles.css @@ -1 +1,65 @@ +html, body { + height: 100%; + width: 100%; + margin: 0px; +} +header { + text-align: left; + width: 70%; + margin: 10px 25%; + display: block; + font-size: 150%; +} +.pstrong{ + text-align: right; +} + +.container { + width: 50%; + display: flex; + flex-direction: row; + justify-content: space-between; + align-items: center; + min-width: 600px; + margin: 0 auto; +} +.farleft { + /*flex-basis: 0;*/ + flex-basis: auto; + + +} +.left { + /*flex-basis: 0;*/ + flex-basis: auto; + text-align: + +} +.right { + /*flex-basis: 0;*/ + flex-basis: auto; + +} +.farright { + /*flex-basis: 0;*/ + flex-basis: auto; + +} + +.column { + height: 603px; + display: flex; + flex-direction: column; + justify-content: space-between; +} + +.footer1 { + text-align: center; + width: 70%; + margin: 10px auto; + border-top: 1px solid #AAAAAA; + border-width: 1px; + padding: 10px; + +} \ No newline at end of file