Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
spbRusty authored Aug 11, 2024
1 parent 1cdab56 commit cb6913b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Welcome to the CCG Game</h1>

<!-- Добавляем четыре ряда для отображения карт -->
<!-- Ряды карт оппонента -->
<div class="row"></div>
<div class="row"></div>

<!-- Полоска между картами оппонента и игрока -->
<div class="divider">
<span>Mana</span> | <span>Anomaly</span>
</div>

<!-- Ряды карт игрока -->
<div class="row"></div>
<div class="row"></div>

Expand Down

0 comments on commit cb6913b

Please sign in to comment.