Jump to content

Edit History

miguellol

miguellol

Quote

 

Hello,

You can change that width: 200px; line to make the logo bigger like on the site.

As for moving it down, you can add the 'margin-top' property to it (e.g. margin-top: 5px)

I am not really sure what you mean by 'float', though. Do you want to have text to the right/left of it by using the CSS 'float' property ? 

 

If you want the logo to dangle, you can use 'position: relative;' with 'top' or 'margin-top' to create this effect. This will raise the logo slightly or move it down to make it look like it's 'floating'

miguellol

miguellol

If you want the logo to dangle, you can use 'position: relative;' with 'top' or 'margin-top' to create this effect. This will raise the logo slightly or move it down to make it look like it's 'floating'

×
×
  • Create New...