Skip to content

Commit

Permalink
Added some format
Browse files Browse the repository at this point in the history
  • Loading branch information
Bugaboo2000 committed Jul 10, 2023
1 parent 2adabf6 commit 7d45ab5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions carma.css
Original file line number Diff line number Diff line change
Expand Up @@ -260,13 +260,13 @@ h2 {

.lutris {

width: 100px;
border-radius: 30px;
cursor: pointer;
width: 100px;
border-radius: 30px;
cursor: pointer;
}

.lutris:hover {
box-shadow: 3px 3px 3px lightgray;
box-shadow: 3px 3px 3px lightgray;
}

.codepage {
Expand All @@ -277,7 +277,7 @@ box-shadow: 3px 3px 3px lightgray;

.codepage:hover {
box-shadow: 3px 3px 3px lightgray;
}
}


.codepage {
Expand All @@ -296,7 +296,7 @@ box-shadow: 3px 3px 3px lightgray;
}

.codeicon {
width: 40px;
width: 40px;



Expand Down
2 changes: 1 addition & 1 deletion carma.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h1 class="title">Carmageddon 2</h1>
<a href="https://lutris.net/games/carmageddon-2-carpocalypse-now/"><img src="img/lutris.png" class="lutris"></a>
<a href="https://github.com/Bugaboo2000">
<img src="img/github.png" class="codepage">
</a>
</a>
<footer>
<p> Created by Gustavo Ribeiro &copy; 2023</p>
</footer>
Expand Down

0 comments on commit 7d45ab5

Please sign in to comment.