Open AyeshaIkhlas21 opened 3 years ago
You need to target the padding on your article. If you don't set it yourself, there is automatic padding on it.
I tried it but not working. How do the article header move little up ? Margin-top: 0?
Margin and padding are different. Targeting margin will not effect padding. Did you try setting the padding on article to 0?
Yes. Still not working :(
Did you commit it? It's not showing up on my end
Markbot said screenshots 16%
on article h1 you did margin-bottom: 0; so you still have a margin on top. if you just to margin: 0; it will take them both off at the same time
So close. Marbot says screenshot - 19% I have no idea. What is going on?
There are other places where you have used margin-top or margin-bottom where they both need to be targeted
I did. but still 19%
In the top left corner of markbot there is an eye icon. Click that to open your website in a browser. right click in the browser and you will get a dropdown menu. Click inspect. This will open your code in the browser. When you hover over your html elements in your code you can see your padding and margins, I think that will help a lot.
Click Advanced?
yes, because GitHub is open source they are not secure websites
Were you able to complete the assignment?
Yes. I did it. Thank you
Awesome!
Hi, I have a problem.
@carolsinc