Ну типо да

This commit is contained in:
Bloody
2023-09-29 00:15:17 +07:00
parent 1b688f3416
commit 00de2c0c15
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
.left_board{
max-width: 88px;
max-height: 80%;
}

View File

@@ -6,6 +6,8 @@
<title>LUCKY DIAMOND</title> <title>LUCKY DIAMOND</title>
</head> </head>
<body style="background-color: #121212;"> <body style="background-color: #121212;">
<div class="left_board" >
</div>
</body> </body>
</html> </html>