Compare commits

...

2 Commits

2 changed files with 3 additions and 10 deletions

View File

@ -41,24 +41,17 @@ body {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 5px; gap: 5px;
padding: 4px 10px; padding: 4px 10px;
border-radius: 20px; border-radius: 20px;
background: rgba(173, 216, 255, 0.45); background: rgba(173, 216, 255, 0.45);
backdrop-filter: blur(10px); backdrop-filter: blur(10px);
border: 1.8px solid rgba(255, 255, 255, 0.8); border: 1.8px solid rgba(255, 255, 255, 0.8);
font-size: 16px; font-size: 16px;
color: #002a60; color: #002a60;
box-shadow: 0 2px 4px rgba(0,0,0,0.15),
box-shadow: inset 0 0 4px rgba(255,255,255,0.5);
0 2px 4px rgba(0,0,0,0.15),
inset 0 0 4px rgba(255,255,255,0.5);
} }
.icon { .icon {
font-size: 18px; font-size: 18px;
} }

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Memory Card</title> <title>Memory Card</title>
<link rel="stylesheet" href="gameboard.css"> <link rel="stylesheet" href="gameboard.css">
<script src=""></script> <script src="gameboard.js"></script>
</head> </head>
<body> <body>
<div id = "container"> <div id = "container">