Skip to content

chinomsokoye/Animal-Trading-Card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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...

Releases

No releases published

Packages

No packages published