Hello! I am new to DevBest. I have a passion for web developing mostly front-end. I am creating my portfolio and I need some feedback.
Demo: http://coderslab.zz.mu/
The pink is a little bit too neon. You can build sections like: Our best Cakes, or Our best fruit sculptures or something similar. Just wondering, you speak spanish?
Not bad. When I started out coding in HTML and CSS, I was not as good. Just wondering, are you taking coding classes at your school? Because I see you made your website on google drive.
I have felt the same way. I checked out your portfolio. I like how to showed what you can really do with your knowledge as a Web developer. I don't thinks the hover on the navigation look really good, but it's my opinion. Also, the font is a little bit too big. I'm not trying to be a d*ck, just...
The opacity is used to change the opacity of a division or whatever you're using. To change only the background color, you would need to use an rgba. If you're using color white, then type:
background: rgba(225, 225, 225, .5);
The .5 is the opacity. Play with it but it only goes up to .99...