📱 boot

This commit is contained in:
Vanessa 2023-06-12 22:05:10 +08:00
parent eaf29d918a
commit 83b3e8838f

View file

@ -10,8 +10,6 @@
}
body {
display: flex;
flex-direction: column;
height: 100%;
margin: 0;
background: #1e1f22;
@ -22,10 +20,10 @@
</style>
</head>
<body>
<div id="bg" style="width: 100%;display: flex;justify-content: space-around;flex: 1;">
<div id="bg" style="width: 100%;display: flex;justify-content: space-around;height: 100%;">
<img style="width:36vh;align-self: center;" src="icon.png"/>
</div>
<div style="position: relative">
<div style="position: absolute;bottom: 0;width: 100%;">
<div style="position: absolute;height: 1px;background-color: #3b3e43;width: 100%;top:0"></div>
<div id="progress"
style="position: absolute;height: 1px;background-color: #d23f31;transition: width 50ms cubic-bezier(0, 0, 0.2, 1);top:0"></div>