hortencia718 / one-pager

0 stars 0 forks source link

HTML corrections #1

Open berryny opened 5 years ago

berryny commented 5 years ago
     <link rel="stylesheet" href="css/stylesheet.css">

Change filename to styles.css to match the name in the css folder :

     <link rel="stylesheet" href="css/styles.css">
berryny commented 5 years ago

remove line from internal styles

  h1}
berryny commented 5 years ago

move internal styles into css/styles.css

  body{         
    background-color: white;
  }
  h1{
    color: purple;
     text-decoration animation-name hortencia cisneros 
     text-align : center;
  }
  h1} /* remove line */
  p{
  font-family: verdanda;
  font-style: bold;
  font-size:  40px;
  }