Skip to content

Commit 17d9c2a

Browse files
after finalizing work
1 parent b58af8f commit 17d9c2a

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="stylesheet" href="./styles/index.css">
77
<link rel="stylesheet" href="https://fonts.xz.style/serve/inter.css">
88
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@exampledev/new.css@1.1.2/new.min.css">
9-
<title>Poycott</title>
9+
<title>Boycott From Syria</title>
1010
</head>
1111
<body>
1212
<div class="landing-img">
@@ -59,9 +59,9 @@
5959

6060
</div>
6161

62-
<div class="pages-bar">
63-
<a href="" class="btn">1</a>
64-
<a href="" class="btn">2</a>
62+
<div class="pages-bar" id="pages-bar">
63+
<!-- <a class="btn">1</a>
64+
<a class="btn">2</a> -->
6565
</div>
6666

6767
<div class="boycott-from-syria-section">

scripts/main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,5 @@ function displayBoycottList(items) {
3030
`).join('');
3131
}
3232

33-
//
34-
3533
// Load data when page loads
3634
document.addEventListener('DOMContentLoaded', loadBoycottData);

styles/index.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ul {
5050
flex-direction: row-reverse;
5151
}
5252

53-
.pages-bar a {
53+
.pages-bar a{
5454
color: black;
5555
background-color: hsl(172, 52%, 92%);
5656
padding: 0.5% 1%;
@@ -61,6 +61,7 @@ ul {
6161
.pages-bar a:hover {
6262
background-color: #0070f3;
6363
color: white;
64+
cursor: pointer;
6465
}
6566

6667
.boycott-from-syria-section {
@@ -78,6 +79,16 @@ ul {
7879
align-items: center;
7980
}
8081

82+
.boycott-from-syria-images {
83+
display: flex;
84+
justify-content: center;
85+
flex-wrap: wrap-reverse;
86+
}
87+
88+
.boycott-from-syria-images img{
89+
/* margin: 0.3%; */
90+
}
91+
8192
.boycott-from-syria-social-media a img {
8293
border: 1px solid white;
8394
transition: all 0.3s ease;

0 commit comments

Comments
 (0)