Giter Site home page Giter Site logo

cover's Introduction

Ex.06 Book Front Cover Page Design

AIM:

To design a book front cover page using HTML and CSS.

DESIGN STEPS:

Step 1:

Clone the GitHub repository.

Step 2:

Create a Django Admin interface.

Step 3:

Write the HTML code with relevant CSS properties.

Step 4:

Choose the appropriate style and color scheme.

Step 5:

Validate the HTML code.

Step 6:

Publish the website in the given URL.

PROGRAM:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <style>
        .bookpage {
            width: 400px;
            height: 650px;
            background-image: url("romeo.jpeg");
            background-repeat: no-repeat;
            background-size: cover;
            color: white;
            margin-left: auto;
            margin-right: auto;
            padding: 20px;
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        }
        .fade-overlay {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
        }

        .toptext {
            color: white;
        }

        .tophr {
            width: 140px;
            color: rgb(233, 223, 223);
        }

        .author {
            color: rgb(203, 23, 23);
            display: inline;
            position: relative;
            top: 150px;
            font-family: Helvetica, Arial, sans-serif;
            font-size: medium;
        }

        .booktitle {
            font-family: Helvetica, Arial, sans-serif;
            font-size: 20px;
            text-align: center;
            position: relative;
            top: 20px;
        }

        .id {
            width: 400px;
            position: relative;
            top: 190px;
        }

        .publisher {
            font-size: medium;
            position: relative;
            top: 120px;
            left: 330px;
        }

        .edition {
            color: rgb(242, 234, 234);
            font-size: 15px;
            font-family: Verdana;
            position: relative;
            text-align: left;

            top: 25px;
        }

        .subtitle {
            color: hsl(240, 47%, 97%);
            font-family: 'Montserrat',sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            margin-top: 110px;
        }

        .photo {
            position: relative;
            top: 135px;
            left: 260px;
            width: 100px;
            height: 100px;
            background-size: cover;
        }

    </style>
    <title>Book Cover Page</title>
</head>
<body>
    <div class="bookpage">
        <div class="fade-overlay"></div>
        <div class="toptext">
            EXPERT INSIGHT
        </div>
        <div class="tophr">
            <hr style="color: red;">
        </div>
        <div class="booktitle">
            <h1>RESPONSIVE WEB DESIGN WITH HTML5 AND CSS</h1>
        </div>
        <div class="subtitle">
            DEVELOP FUTURE-PROOF RESPONSIVE WEBSITES USING THE LATEST HTML5 AND CSS TECHNIQUES
        </div>
        <div class="photo">
            <img src="WhatsApp Image 2023-05-19 at 9.58.54 PM.jpeg" width="100" height="100" alt="Author Photo">
        </div>
        
        <div class="author">
            <p><b>THIRD EDITION</b></p>
        </div>
        <div class="publisher">
            PACKT>
        </div>
        <div class="edition">
            <b>F SAILESHKUMAR</b>
        </div>
    </div>
</body>
</html>

OUTPUT:

image

image

RESULT:

The program for designing book front cover page using HTML and CSS is completed successfully.

cover's People

Contributors

saileshkumar33 avatar selvasachein avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.