hey guys i finally done my project please feedback on this project and i will try ti fix that issues https://codepen.io/sammm29/pen/ExPJZBp .i hope you guys help me a lots
regards:@sam
hey guys i finally done my project please feedback on this project and i will try ti fix that issues https://codepen.io/sammm29/pen/ExPJZBp .i hope you guys help me a lots
regards:@sam
Hey, good job on making your product landing page!
Here are a couple of things I think you should look at in your html.
Two things I noticed in CSS.
Keep it up and don’t stop learning!
Hello @sammm29!
Nice job getting your page started. I would offer a couple things to look at.
@media
started but then end it almost immediately. If this was done on purpose and the rest on the css wasn’t supposed to be a part of it then I would suggest keeping @media
either at the beginning or end but not in the middle./*for small devices*/
@media only screen and (max-width: 520px) {
#mr {
position: fixed;
}
} <—————you ended your media query
#box3 {
padding: 15px;
max-width: 50px;
margin: auto;
border-radius: 10px;
text-align: center;
Overall great job getting started on this one!
thanks for help buddy
thanks for help dude
Your page looks good @sammm29. Some things to revisit;
<br>
to force spacing or line breaks. That’s what CSS is for.thanks dude for helping me
@Roma Very helpful tip on break. Thanks for the link. Now I know the proper usage of break element Otherwise I was using it unnecessarily everywhere