Compare commits
No commits in common. "ccc6d7fdad659d46fbb36a4522d6406f9de954a6" and "e7a6cfb90ad82635234d306f37bb505645da912a" have entirely different histories.
ccc6d7fdad
...
e7a6cfb90a
@ -41,17 +41,24 @@ body {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
|
||||
padding: 4px 10px;
|
||||
border-radius: 20px;
|
||||
|
||||
background: rgba(173, 216, 255, 0.45);
|
||||
backdrop-filter: blur(10px);
|
||||
|
||||
border: 1.8px solid rgba(255, 255, 255, 0.8);
|
||||
|
||||
font-size: 16px;
|
||||
color: #002a60;
|
||||
box-shadow: 0 2px 4px rgba(0,0,0,0.15),
|
||||
inset 0 0 4px rgba(255,255,255,0.5);
|
||||
|
||||
box-shadow:
|
||||
0 2px 4px rgba(0,0,0,0.15),
|
||||
inset 0 0 4px rgba(255,255,255,0.5);
|
||||
}
|
||||
|
||||
|
||||
.icon {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Memory Card</title>
|
||||
<link rel="stylesheet" href="gameboard.css">
|
||||
<script src="gameboard.js"></script>
|
||||
<script src=""></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id = "container">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user