File tree Expand file tree Collapse file tree 3 files changed +16
-7
lines changed
Expand file tree Collapse file tree 3 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 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 ">
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 ">
Original file line number Diff line number Diff line change @@ -30,7 +30,5 @@ function displayBoycottList(items) {
3030 ` ) . join ( '' ) ;
3131}
3232
33- //
34-
3533// Load data when page loads
3634document . addEventListener ( 'DOMContentLoaded' , loadBoycottData ) ;
Original file line number Diff line number Diff line change 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% ;
6161.pages-bar a : hover {
6262 background-color : # 0070f3 ;
6363 color : white;
64+ cursor : pointer;
6465}
6566
6667.boycott-from-syria-section {
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;
You can’t perform that action at this time.
0 commit comments