diff --git a/index.html b/index.html new file mode 100644 index 0000000..e5fd421 --- /dev/null +++ b/index.html @@ -0,0 +1,47 @@ + + + + + My Bio Page + + + + + +
+

Tolani Ibikunle Bio

+
+ +
+ +
+
+ +
+

+ My name is Tolani Ibikunle. I was born in Monclair, New Jersey. I then moved to + Lower Merion Pennslyvania in 7th grade. I have always loved to play sports. I have two brothers. + I am in the middle. I went to Saint Joseph's Prepin Phiadelphia. I graduated from the prep and + headed to Wake Forest Univeristy on an athletic scholarship. I played soccer there for 3.5 years, graduated early + with an Economics degree and had the forunte of getting drafted to MLS. I played professional for a few years both here + and overseas. Now I am here at zipcode chasing a differnt dream! +

+
+ +
+

A Few of My Favorites:

+ +
+
+ + + + + + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..6f407e1 --- /dev/null +++ b/style.css @@ -0,0 +1,35 @@ +body { + box-sizing: border-box; + font-family: Verdana, sans-serif; + line-height: 1.5em; + padding: 0; + margin: 0; +} +img { + max-width: 50%; + height: auto; + margin-left: auto; + margin-right: auto; +} +.image { + margin-top: -20px; + text-align: center; +} +.container { + max-width: 700px; + margin: 0 auto; +} +.header { + text-align: center; + background: #770; + color: #fefefe; + padding: 50px; +} +.header h1 { + margin: 0; +} +.intro { +} +.faves { + +}