Skip to content

Commit a95ba3e

Browse files
Merge pull request #12 from chirag2708/master
Fixed The background Image at the start
2 parents 9ce0ef7 + ed540cc commit a95ba3e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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+
}

style.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ body {
129129
width: 100%;
130130
height: 100vh;
131131
background-size: cover;
132-
background-position: top -80% right 0;
133132
display: flex;
134133
flex-direction: column;
135134
align-items: flex-start;

0 commit comments

Comments
 (0)