Hi, I am Syahrizal Ardana, currently I am a front-end developer at AIA Singapore, I specialize in web applications, employing technologies like HTML, CSS, SCSS, Material UI, JavaScript, React.js and Node.js
I’m currently learning...MERN Stack - Flutter - TypeScript - NextJS
Latest solutions
REST Countries API with color theme switcher using TailwindCSS
#react#react-router#tailwind-css#viteSubmitted about 1 year ago
Latest comments
- @bdileepshetty@Gombeng
consider using flexbox while layouting, it easier.
https://www.w3schools.com/csS/css3_flexbox.asp
- @marthaeason@Gombeng
the problem is in : <img src="QR/image-qr-code.png" alt="QR code" />
since ur image file isn't in the folder, the html should goes: <img src="image-qr-code.png" alt="QR code" />