This commit is contained in:
louiscklaw
2025-01-31 19:15:17 +08:00
parent 09adae8c8e
commit 6c60a73f30
1546 changed files with 286918 additions and 0 deletions

BIN
_posts/carousell/_hk/opencv_ml/pic2/127.0.0.1_8080_.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -0,0 +1,81 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
* {
padding: 0;
margin:0;
box-sizing: border-box;
}
div.cell_container {
height: 600px; width:600px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding:1rem;
}
div.cell {
width: 20%;
height: 20%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: wrap;
padding: 10px;
}
</style>
</head>
<body>
<div class="container">
<div class="cell_container">
<div style="
width:250px;
height:250px;
background-image: url(pic1.png);
background-size:contain;
background-repeat: no-repeat;
background-position: center;
" ></div>
<div style="
width:250px;
height:250px;
background-image: url(pic2.png);
background-size:contain;
background-repeat: no-repeat;
background-position: center;
" ></div>
<div style="
width:250px;
height:250px;
background-image: url(pic3.png);
background-size:contain;
background-repeat: no-repeat;
background-position: center;
" ></div>
<div style="
width:250px;
height:250px;
background-image: url(pic4.png);
background-size:contain;
background-repeat: no-repeat;
background-position: center;
" ></div>
</div>
</div>
</body>
</html>

BIN
_posts/carousell/_hk/opencv_ml/pic2/pic1.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
_posts/carousell/_hk/opencv_ml/pic2/pic2.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
_posts/carousell/_hk/opencv_ml/pic2/pic3.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
_posts/carousell/_hk/opencv_ml/pic2/pic4.png (Stored with Git LFS) Normal file

Binary file not shown.