Skip to content

Commit

Permalink
Merge pull request #39 from BobDotCom/improvements
Browse files Browse the repository at this point in the history
Improvements
  • Loading branch information
MaximilianAdF authored Mar 23, 2024
2 parents cbb1fba + 210dad8 commit ccefeb9
Show file tree
Hide file tree
Showing 20 changed files with 2,248 additions and 1,877 deletions.
15 changes: 9 additions & 6 deletions Laundromat/Laundromat.css
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,9 @@

.lose-message {
gap: 10px;
margin-top: -37px;
margin-left: 475px;
position: absolute;
right: 10px;
top: 10px;
display: none;
color: white;
padding: 0px 17px;
Expand All @@ -181,8 +182,9 @@

.win-message {
gap: 10px;
margin-top: -36px;
margin-left: 475px;
position: absolute;
right: 10px;
top: 10px;
display: none;
color: white;
padding: 0px 10px;
Expand All @@ -194,8 +196,9 @@

.reset-message {
gap: 10px;
margin-top: -40px;
margin-left: 500px;
position: absolute;
right: 10px;
top: 10px;
display: none;
color: white;
padding: 0px 10px;
Expand Down
2 changes: 1 addition & 1 deletion Laundromat/Laundromat.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="stylesheet" type="text/css" href="Laundromat.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,400i,700&display=swap">
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js"></script>
<script src="Laundromat.js"></script>
<script type="module" src="Laundromat.js"></script>
</head>
<body>
<div class="other-container">
Expand Down
Loading

0 comments on commit ccefeb9

Please # to comment.