Page 304 - Web Applications (803) Class 12
P. 304

}
                  h2 {

                      font-size: 1.5rem;
                  }
                  .post-meta {

                      color: #555;
                      margin-top: -15px;
                      margin-bottom: 15px;

                  }
                  .read-more {
                      display: block;

                      text-align: right;
                      text-decoration: none;
                      color: #333;
                      font-weight: bold;

                  }
                  .read-more:hover {
                      color: #555;

                  }
              PROJECT 5

              A simple website of a Library Club using HTML, CSS and JavaScript.



















              File1: Index.html
                  <html>

                  <head>
                      <title>Library Club</title>
                      <link rel=”stylesheet” href=”styles.css”>

                  </head>
                  <body>
                      <header>



                302   Touchpad Web Applications-XII
   299   300   301   302   303   304   305   306   307   308   309