Skip to content

Commit

Permalink
conflicts merged
Browse files Browse the repository at this point in the history
  • Loading branch information
imsuryya committed Jun 6, 2024
1 parent d469000 commit a751eb9
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,22 @@
<title>Rubik Cube</title>
<link rel="icon" type="image/x-icon" href="images\icon.png">
<meta name="viewport" content="width=device-width,height=device-height,user-scalable=no,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0"><link rel="stylesheet" href="./style.css">
<<<<<<< Updated upstream
<!--Link form FontAwesome for volume icon, info icon, left arrow icon-->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">

</head>
<body>
<header class="ui__header header"> <!-- Added "header" class -->
<a href="./AboutUs/About.html" class="btn--about"><i class="btn btn--in fa-solid fa-circle-info"></i></a>
=======
<!--Fontawesome for Volume, info, left arrow icon-->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
</head>
<body>
<header class="ui__header header"> <!-- Added "header" class -->
<a href="about.html" class="btn--about"><i class="btn btn--in fa-solid fa-circle-info"></i></a>
>>>>>>> Stashed changes
</header>
<!-- separate div element for the goggle sign-in/log-in element -->
<!-- g_id_onload is for automatic loading of the Google Identity Services. -->
Expand Down
29 changes: 28 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,11 @@ body {
/*The back button was changed to bottom because it interrupts the info button.*/
.btn--tl {
bottom: 1.2em;
<<<<<<< Updated upstream
left: 1.2em;
=======
left: 1.2em;
>>>>>>> Stashed changes
}
.btn--bl {
bottom: 1.2em;
Expand All @@ -302,12 +306,31 @@ body {
opacity: 1;
pointer-events: auto;
}
<<<<<<< Updated upstream
=======
/* For info button */
>>>>>>> Stashed changes
.btn--in{
top: 1.2em;
left: 1.2em;
opacity: 1;
pointer-events: auto;
}
<<<<<<< Updated upstream
=======
.btn--about {
position: relative;
z-index: 10; /* Ensure it's on top */
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 5px 5px;
color: #333;
z-index: 10;
}
>>>>>>> Stashed changes
.btn svg {
display: block;
}
Expand Down Expand Up @@ -374,6 +397,7 @@ body {
.g_id_signin {
margin-top: 20px;
}
<<<<<<< Updated upstream
.header {
display: flex;
justify-content: space-between;
Expand All @@ -386,4 +410,7 @@ body {
.btn--about {
position: relative;
z-index: 10; /* Ensure it's on top */
}
}
=======

>>>>>>> Stashed changes

0 comments on commit a751eb9

Please sign in to comment.