Skip to content

Commit

Permalink
I redesigned and fixed all the semantic and class names in the HTML f…
Browse files Browse the repository at this point in the history
…or improved simplicity and clarity. I reorganized everything in the CSS for a more concise and efficient style.
  • Loading branch information
L3on06 committed Feb 20, 2024
1 parent 6fb7f90 commit 375c58c
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 202 deletions.
48 changes: 28 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,35 +24,43 @@
</head>

<body>
<div class="container context">
<header>
<h1 class="title"> 🎲 Dicee 🎲 </h1>
<div class="container">
<header class="dgrid">
<h1 class="title"> 🎲 &nbsp; Dicee &nbsp; 🎲 </h1>
</header>

<main class="main">
<section class="dice main-animation">
<p class="paragraf" id="Player1">Player 1</p>
<figure>
<main>
<section class="mainContainer ">
<figure class="dice main-animation dgrid">
<figcaption>
<p class="paragraf" id="Player1">Player 1</p>
</figcaption>
<img id="a1" class="img img1" src="./source/images/dice6.png" alt="Dice">
</figure>
</section>

<section class="dice">
<p class="paragraf" id="Player2">Player 2</p>
<img id="a2" class="img img2" src="./source/images/diceR6.png" alt="Dice">
<figure class="dice dgrid">
<figcaption>
<p class="paragraf" id="Player2">Player 2</p>
</figcaption>
<img id="a2" class="img img2" src="./source/images/diceR6.png" alt="Dice">
</figure>
</section>
</main>

<button id="buttonstart" class="button">Start</button>
<button id="buttonend" class="button">End</button>
<section>
<button id="buttonstart" class="button">Start</button>
<button id="buttonend" class="button">End</button>
</section>

<footer class="footer">
www.dicce.vercel.app
</footer>
</div>
<section class="github">
<a href="https://github.com/L3on06">
<figure>
<img src="./source/images/github.svg" alt="Github">
</figure>
</a>
</section>
</main>

<!-- Background animation -->
<div class="area">
<!-- Background animation -->
<ul class="circles">
<li></li>
<li></li>
Expand Down
13 changes: 13 additions & 0 deletions source/images/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 375c58c

Please sign in to comment.