using portfolio 1- alt
I changed >section id="map-overlay" etc. to <section id="page-title" style="background: url('graduates.jpg') center center no-repeat; background-size: cover;">
so now I have a background picture.
Then I created a new css and linked it as the last link: <link rel="stylesheet" href="css/font-change.css" type="text/css" />
in the stylesheet "font-chaange" I have css coding for the page title section to resize it to 500px - which is working - so i know the link is working
however I have some H1 resize coding which is not working:
#page-title {
height: 500px;
h1 {
font-size: 60pt;
}
I have tried dozens of changes - using px and not pt- giving h1 an id. Changing h1 to <p and revising.
I have tried changing the color - and that doesn't work either. Something is preventing a font change. I'm guessing that something in one of the other linked stylesheets maybe?
