Skip to content

Commit 45ade8f

Browse files
author
Aman Kumar Sinha
committed
Restructuring Project
1 parent 3443bb4 commit 45ade8f

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h1>
3939
<h3 class="card-title"> Add & Remove Friend</h3>
4040

4141
<div class="button">
42-
<a href="facebook-add-remove-friend.html">Open</a>
42+
<a href="project1/facebook-add-remove-friend.html">Open</a>
4343
</div>
4444
</div>
4545

insta-story.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ main {
1212
display: flex;
1313
align-items: center;
1414
justify-content: center;
15-
padding: 3rem;
15+
padding: 1rem;
1616
flex-direction: column;
1717

1818
& .card {
19-
height: 50rem;
19+
height: 55rem;
2020
width: 33rem;
2121
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
2222
rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ main {
3535

3636

3737
& .image {
38-
background-image: url(images/model.webp);
38+
background-image: url(/images/model.webp);
3939
height: 18rem;
4040
width: 25rem;
4141
background-repeat: no-repeat;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="description" content="Learn how to add and remove friends on Facebook using JavaScript. Enhance your skills with practical examples.">
88
<meta name="robots" content="index, follow">
99
<title>Facebook Add Remove Friend | Javascript Projects</title>
10-
<link rel="stylesheet" href="styles.css">
10+
<link rel="stylesheet" href="/styles.css">
1111
<link rel="stylesheet" href="facebook-add-remove-friend.css">
1212

1313
</head>

0 commit comments

Comments
 (0)