Latest comments
- @gorkemyalcinkaya@memsbdm
Remove your margin in ypour .flex-container and add : display:flex; justify-content:center; align-items:center; min-height:100vh; in your .container class it's going to center your box without margin !
- @rizkygusna@memsbdm
in your .image-section and .feature-wrapper add : width: 50%; remove overflow hidden, change right: 2em; to something like left: -20px; and the monitor will be always at the left :)
- @rizwanmustafa@memsbdm
You can use background in css for svg. It would be easier :)
- @SirenaAlyceDev@memsbdm
Bootstraps is not necessary for a little project like that. Use CSS it's so much easier. But if you already can do it in CSS and want to improve your Bootstrap skill it's different.
- @memsbdm@memsbdm
corrected display on git, try https://corrected-clip.vercel.app if you have a display problem on your device please comment !
- @sahilkakwani9@memsbdm
Hi,
first use border-radius:50% on your picture to do a circle. You can use border: 2px solid white on it after.
Use overflow:hidden.
Don't forget to include the font in your html file in the header.
It should solve some problems !