diff --git a/css/style.css b/css/style.css index cc704eef..bf2edd55 100644 --- a/css/style.css +++ b/css/style.css @@ -139,3 +139,20 @@ h1 {font-weight: bold; margin-left: 10px;} #menu button { width: 120px; } + +.card { + float: left; + height: 208px; + width: 150px; + background-image: url("../images/spadesAce@2x.png"); + background-size: contain; + background-repeat: no-repeat; + margin: 5px; +} + + + + + + + diff --git a/images/clubsAce@2x.png b/images/clubsAce@2x.png new file mode 100644 index 00000000..2395ae3b Binary files /dev/null and b/images/clubsAce@2x.png differ diff --git a/images/diamondsAce@2x.png b/images/diamondsAce@2x.png new file mode 100644 index 00000000..d5b6e101 Binary files /dev/null and b/images/diamondsAce@2x.png differ diff --git a/images/heartsAce@2x.png b/images/heartsAce@2x.png new file mode 100644 index 00000000..169a7273 Binary files /dev/null and b/images/heartsAce@2x.png differ diff --git a/images/heartsQueen@2x.png b/images/heartsQueen@2x.png new file mode 100644 index 00000000..3cdac639 Binary files /dev/null and b/images/heartsQueen@2x.png differ diff --git a/images/spadesAce@2x.png b/images/spadesAce@2x.png new file mode 100644 index 00000000..867812e4 Binary files /dev/null and b/images/spadesAce@2x.png differ diff --git a/index.html b/index.html index d2c3c254..bd2b0e43 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,14 @@