practice2

 HTML

<!DOCTYPE html>
<html lang="en">
  <head>
    <link rel="stylesheet" href="practice.css" />
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>practice</title>
  </head>
  <body>
    <h1>
      apna<br />
      college
    </h1>
  </body>
</html>

CSSh1{

    font-family:'League Spartan';
    color: #ffa511;
    text-align: center;
    font-size: 55px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 1.5;
    text-decoration:teal double underline;
    text-transform: uppercase;
}

Comments

Popular posts from this blog

Assignment

OverFlow

FRONT-END PROJECT SPOTIFY CLONE