Traditional Culture Encyclopedia - Weather inquiry - On the setting of personalized logo in css

On the setting of personalized logo in css

General logo is the background set in the logo container.

Just change the height value of the container bearing the logo to make it consistent with the height of the picture.

For example, the logo size is 150px * 50px:

& lt! -html section->

& lth 1 & gt; & lta href = ""> Personal Website

/* CSS section */

H 1 {width:150px; Height: 50px}

h 1 a { display:block; Width:150px; Height: 50px Text indentation:-30px; }

If it is changed to 150px * 65px, it is only necessary to change the height in CSS sections h 1 and h 1 a to 65px.