-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
19 lines (18 loc) · 929 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="./app.js"></script>
</head>
<body>
<div style="width: 464px; height: 80px; padding-left: 40px; padding-right: 40px; padding-top: 28px; padding-bottom: 28px; background: #D9D9D9; border-radius: 24px; overflow: hidden; border: 1px black solid; justify-content: flex-start; align-items: flex-start; gap: 31px; display: inline-flex">
<div style="width: 52px; height: 23px; background: #FFF4DB"></div>
<div style="width: 52px; height: 23px; background: #FFF4DB"></div>
<div style="width: 52px; height: 23px; background: #FFF4DB"></div>
<div style="width: 52px; height: 23px; background: #FFF4DB"></div>
<div style="width: 52px; height: 23px; background: #FFF4DB"></div>
</div>
</body>
</html>