Skip to content

Commit

Permalink
responsive error solved
Browse files Browse the repository at this point in the history
  • Loading branch information
sadaiprince committed Apr 25, 2024
1 parent eed7496 commit ecfb830
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h3 style="padding: 6px; font-family:Cambria, Cochin, Georgia, Times, 'Times New
</div>
<!-- analogClock -->
<div class="card">
<img src="asset/analogClock.png" alt="valentineProject">
<img src="asset/analogClock.png" alt="analogClock">
<p class="heading">
Analog Clock
</p>
Expand All @@ -125,7 +125,7 @@ <h3 style="padding: 6px; font-family:Cambria, Cochin, Georgia, Times, 'Times New
<a href="https://sadaiprince.github.io/tictactoe/" target="_blank">Click Here to Visit</a>
</div>

</div>

<!-- win 11 -->
<div class="card">
<img src="asset/win11.png" alt="win11">
Expand All @@ -137,6 +137,7 @@ <h3 style="padding: 6px; font-family:Cambria, Cochin, Georgia, Times, 'Times New
</p>
<a href="https://sadaiprince.github.io/win11/" target="_blank">Click Here to Visit</a>
</div>
</div>
<div class="customCursor"></div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
height: 100%;
width: 100vw;
}


.full {
height: 100vh;
width: 100vw;
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
Expand Down

0 comments on commit ecfb830

Please sign in to comment.