We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d7c5e commit f5c6586Copy full SHA for f5c6586
images/favicon.ico
223 KB
index.html
@@ -3,6 +3,7 @@
3
<head>
4
<title>Memory Cards</title>
5
<link href = "./style.css" rel="stylesheet">
6
+ <link rel="icon" href="/images/favicon.ico" type="image/x-icon">
7
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8
</head>
9
<body>
style.css
@@ -22,6 +22,8 @@ h4, span{
22
grid-template-columns: repeat(4, 1fr);
23
gap: 5px;
24
margin: 10px;
25
+ margin-top: 0px;
26
+ margin-bottom:0px;
27
}
28
29
#misses{
@@ -81,7 +83,7 @@ body{
81
83
.card{
82
84
position: relative;
85
width: 120px;
- height:140px;
86
+ height: 130px;
87
transform-style: preserve-3d;
88
transition: transform 0.2s;
89
0 commit comments