J
JJ
I have a logo and to the right of that I want to add text. Each page will
have the logo and them describe the page like home or contact next to it.
this is what I got so far but text won't go next to logo.
any ideas?
Thanks
JJ
h1 {
background: url('images/Small_Y_Logo.gif');
background-repeat: no-repeat;
background-color: #FFFFFF;
width: 50px;
height: 170px;
font-family: Georgia, Georgia, serif;
text-align: center;
Filter: Blur(Add = 1, Direction = 200, Strength = 20);
color: #565a61;
font-size: 24px;
font-weight: bold;
have the logo and them describe the page like home or contact next to it.
this is what I got so far but text won't go next to logo.
any ideas?
Thanks
JJ
h1 {
background: url('images/Small_Y_Logo.gif');
background-repeat: no-repeat;
background-color: #FFFFFF;
width: 50px;
height: 170px;
font-family: Georgia, Georgia, serif;
text-align: center;
Filter: Blur(Add = 1, Direction = 200, Strength = 20);
color: #565a61;
font-size: 24px;
font-weight: bold;