Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 1.04 KB

README.md

File metadata and controls

52 lines (42 loc) · 1.04 KB

Animal-Trading-Card

HTML CSS

Resources

Read or watch:

General Learning & Setup

card.html

Click to show/hide file contents
<!DOCTYPE html>
<html lang="en-US">
  <head>
    <meta charset="utf-8">
    <title>Animal Trading Card</title>
  </head>
  <body>
  </body>
</html>

style.css

Click to show/hide fiile contents
/* Add CSS here */
* {
  box-sizing: border-box;
}
html {
  font-size: 14px;
}
body {
  background-image: url();
}

Finally...