Skip to content

Commit f5c6586

Browse files
committed
add icon
1 parent 24d7c5e commit f5c6586

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

images/favicon.ico

223 KB
Binary file not shown.

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<title>Memory Cards</title>
55
<link href = "./style.css" rel="stylesheet">
6+
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
67
<meta name="viewport" content="width=device-width, initial-scale=1.0">
78
</head>
89
<body>

style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ h4, span{
2222
grid-template-columns: repeat(4, 1fr);
2323
gap: 5px;
2424
margin: 10px;
25+
margin-top: 0px;
26+
margin-bottom:0px;
2527
}
2628

2729
#misses{
@@ -81,7 +83,7 @@ body{
8183
.card{
8284
position: relative;
8385
width: 120px;
84-
height:140px;
86+
height: 130px;
8587
transform-style: preserve-3d;
8688
transition: transform 0.2s;
8789
}

0 commit comments

Comments
 (0)