Skip to content

Commit 9bbaffd

Browse files
committed
did something interesting
1 parent 9178903 commit 9bbaffd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"liveServer.settings.port": 5501
3+
}

projects/clock/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
div>
2323
<img
2424
src="https://upload.wikimedia.org/wikipedia/en/thumb/9/95/Rolex_logo.svg/1200px-Rolex_logo.svg.png"
25-
alt=""
26-
/>
25+
alt=""/>
2726
div>
2827
<script src="index.js">script>
2928
body>

projects/random-password-generator/style.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,4 @@ body {
8181
transition: 0.4s;
8282
}
8383

84-
.active.alert-container {
85-
right: -300px;
86-
}
84+

0 commit comments

Comments
 (0)