CelesteSippel / assignments

homework for test drive
0 stars 0 forks source link

01 - Expanding Your World - Intro to CSS #2

Closed CelesteSippel closed 5 years ago

CelesteSippel commented 5 years ago

Expanding Your World

In this assignment, you will end up with a simple styled web page, published on the web.

Create a new website that shows some basic styling and formatting using HTML and CSS. This website should help share some information for one of your favorite hobbies.

Objectives

Requirements

Explorer Mode

Adventure Mode

Epic Mode

Additional Resources

CSS

HTML

CelesteSippel commented 5 years ago

https://intro-to-css-celestelingo.netlify.com

CelesteSippel commented 5 years ago

https://github.com/CelesteSippel/intro-to-css

CelesteSippel commented 5 years ago

Your homework 01 - Expanding Your World - Intro to CSS was marked: Exceeds Expectations

Wow!

“Wow!” — via Gavin Stark

lizthrilla commented 5 years ago
  float: none;
text-align: center;
padding: 20px 30px;
}

You shouldn't need to put float: none at all, but I appreciate that you didn't use it!