Skip to content

Commit

Permalink
Commit1 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
Damini2004 authored Jun 5, 2024
1 parent 1841d27 commit a2e330d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
14 changes: 13 additions & 1 deletion gamerules.css
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,19 @@ hr {
transform: translateX(-50%);
text-align: center;
}

.back-up{
position: fixed;
left: 4%;
text-align: center;
width:50px;
height: 50px;
background: #7582b2;
bottom: 40px;
right: 50px;
text-align: center;
line-height: 50px;
font-size: 22px;
}
.home-icon {
width: 50px;
height: 50px;
Expand Down
11 changes: 11 additions & 0 deletions gamerules.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,24 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<link rel="stylesheet" href="gamerules.css" />
<title>Game Rules</title>
<link rel="icon" href="./images/registerpage-favicon.png" type="images/png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" /></head>

</head>
<body>
<div class="back-button">
<a href="index.html" title="Home">
<img src="./images/home1.png" alt="Back to Home" class="home-icon">
</a>
</div>
<div class="back-up" >
<a class="gotopbtn" href=""><i class="fa fa-arrow-up" aria-hidden="true"></i></a></div>

</div>

<div class="container">

<h1>How To Play?</h1>
Expand Down Expand Up @@ -216,9 +223,13 @@ <h2>Summary</h2>
</p>
<p class="footer">Enjoy the Game!</p>
</div>

<div class = "homeButton">
<a href="index.html" class="back-to-home">Back to Home</a>
</div>
</div>
<div>


</body>
</html>

0 comments on commit a2e330d

Please sign in to comment.