Need help with a simple html website problem
Go to solution
Solved by Pollux113,
11 minutes ago, Lehti said:I'm not an HTML expert, but why is the line
title {margin-bottom:60px;}commented out? I think you can fix it by uncommenting it and replacing 60px with 10px.
That is not being commented out. It is an ID selector - apply styles to an element with ID is title (in this case it is h1).
@Grx: I can't view your attached pics but from my guess you can change this style:
#title {margin-bottom:60px;}
to:
#title {margin-bottom:60px; margin-top: 10px;}

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now