This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .grid-wrap { | |
| display: flex; | |
| flex-wrap: wrap; | |
| justify-content: space-between; | |
| margin-top: 16px; | |
| } | |
| .product-item { | |
| align-items: center; | |
| border-radius: 8px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * { | |
| box-sizing: border-box; | |
| font-family: Arial; | |
| } | |
| #page-wrap { | |
| margin: auto; | |
| max-width: 800px; | |
| min-height: 100vh; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import productImage1 from './assets/img/photo-1.jpg'; | |
| import productImage2 from './assets/img/photo-2.jpg'; | |
| import productImage3 from './assets/img/photo-3.jpg'; | |
| import productImage4 from './assets/img/photo-4.jpg'; | |
| import productImage5 from './assets/img/photo-5.jpg'; | |
| import productImage6 from './assets/img/photo-6.jpg'; | |
| import productImage7 from './assets/img/photo-7.jpg'; | |
| import productImage8 from './assets/img/photo-8.jpg'; | |
| import productImage9 from './assets/img/photo-9.jpg'; | |
| import productImage10 from './assets/img/photo-10.jpg'; |
server {
listen 80;
server_name 202.157.186.15;
root /var/www/blog/public;
add_header X-Frame-Options "SAMEORIGIN";
add_header X-XSS-Protection "1; mode=block";
add_header X-Content-Type-Options "nosniff";
Adalah suatu wadah di mana client mengikuti atau memantau suatu layanan yg diberikan web
Bertugas untuk mengirimkan informasi ke pada socket server, di mana web server ini sebagai trigger untuk socket server mengirimkan informasi pada client
Penampung dari data / event yg dikirimkan oleh web server pada channel tertentu, dan akan disebarkan kepada client yg hanya mengikuti channel yg terdapat update