GithubHelp home page GithubHelp logo

cover's Introduction

Ex.06 Book Front Cover Page Design

Date: 28/10/2023

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>
        body {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            background-color: #423d3d;
        }

        .bookpage {
            width: 400px;
            height: 600px;
            padding: 20px;
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            background-image: url(Endersgame.jpg);
            background-size: cover;
            position: relative;
        }

        .insight {
            color: rgb(255, 255, 255);
        }

        .booktitle {
            color: rgb(82, 163, 184);
            font-family: 'Papyrus';
            font-size: 30px;
            text-align: center;
            position: relative;
            top: 30px;
        }

        .subtitle {
            font-family: Tahoma;
            font-size: large;
            text-align: center; 
            position: relative;
            top: 40px;
        }

        .author 
        {
            font-family: 'Cloister Black', Times, serif;
            position: absolute;
            bottom: 10px;
            right: 10px;
            font-size: 20px;
        }

        .mypic {
            position: relative;
            top: 260px; 
            left: 310px;
            width: 150px;
            height: 150px;
            border-radius: 50%; 
            background-size: cover;
        }
    </style>
    <title>Book Cover Page</title>
</head>

<body>
    <div class="bookpage">
        <div class="booktitle">
            <h1>Ender's Game</h1>
        </div>
        <div class="author" style="color: rgb(194, 119, 33);">
            SATHYA
        </div>
        <div class="mypic">
            <img src="passport.jpg" width="110" height="150" alt="">
        </div>
    </div>
</body>
</html>

OUTPUT:

Alt text

RESULT:

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

cover's People

Contributors

selvasachein avatar sathya-006 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.