Guney Unay
@unaygneyAll comments
- @Mrcsbda@unaygney
Your project looks good 🚀 ⚡️ but i have a suggestion for you . if i refresh the page which is not main page , your project is crashing. you can solve this that you should create
_redirects
files that is public directiory .and then you paste/* /index.html 200
and save this. your projecet will not crash nevermore.Marked as helpful - @mericcintosun
Stats Preview Card Component - Meric Cintosun
#material-ui#materialize-css#styled-components#theme-ui#web-components@unaygneyhello meric. Your project looks great. 🤩 🚀⚡️ I have a few suggestions for you.
If you give a width to main and a
background-image: url("image.path")
to section.image, you will avoid having to create two img tags. You can also set many effects on the background. I recommend you review it.Keep Coding 💪🏼
Marked as helpful - @System625@unaygney
hi , your design look very good. i have a suggesstion for your design. If there is only one div in the body and you want to center it, you can easily center it if you give the ,
body{min-height : 100vh , display: grid ,place-items:center }
Other than that, your project looks very nice. Keep coding 🚀 - @AhmadIkhdair@unaygney
Hi, your project looks great. I just have a suggestion for you. If you want the image to look better in the mobile version, you can use
object-fit: cover;
. Good luck.Marked as helpful