Compare commits

..

No commits in common. "325d06770cc74f8ba2263ecffb758a4d03493534" and "a13670502217d90182e98eb2dde7d4231166d354" have entirely different histories.

2 changed files with 2 additions and 34 deletions

View File

@ -1,17 +0,0 @@
.header {
/* layout header */
display: flex;
justify-content: space-between;
align-items: center;
padding: 6px 10px;
width: 100%;
box-sizing: border-box;
/* glass style */
background: rgba(255, 255, 255, 0.25);
backdrop-filter: blur(14px);
border-top: 2px solid rgba(255, 255, 255, 0.4);
border-bottom: 2px solid rgba(255, 255, 255, 0.4);
/* nested element styling */
}

View File

@ -3,24 +3,9 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<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>Document</title>
<link rel="stylesheet" href="">
</head> </head>
<body> <body>
<div id = "container"> test
<div class="header">
<div class="right-info">
<div class="pill">
<span class="icon"></span> 60s
</div>
<div class="pill">
<span class="icon"></span> 0
</div>
<div class="pill">
<span class="icon">🎯</span> 0
</div>
</div>
</div>
</div>
</body> </body>
</html> </html>