GithubHelp home page GithubHelp logo

sujishankar2004 / cover-page-design Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gowriganeshns/cover-page-design

0.0 0.0 0.0 941 KB

License: BSD 3-Clause "New" or "Revised" License

Python 64.99% HTML 35.01%

cover-page-design's Introduction

cover-page-design

AIM:

To develop a website to display the cover page design of a book

Design Steps:

Step 1:

clone the github repository and creat a Django admin interface.

Step 2:

write html and css code for dessigning book and execute them.

Code:

'''

<style> .bookpage { width: 400px; height: 600px; color: red; margin-left: auto; margin-right: auto; padding: 20px; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; background-image: url(/static/images/back.jpg); background-size: cover; }
    .insight {
        color: brown;

    }


    .hrstyle {
        width: 100px;
    }

    .author {

        display: inline;
        position: relative;
        color: red;
        top: 190px;

        font-family: Georgia;
        font-size: medium;
    }

    .booktitle {
        font-family: 'Courier New', Courier, monospace;
        font-size: larger;
        text-align: center;
        position: relative;
        top: 30px;

    }

    .id {
        width: 400px;
        position: relative;
        top: 180px;

    }

    .pub {
        font-size: medium;
        position: relative;
        top: 155px;
        left: 330px;
    }

    .ed {
        color: blue;
        font-size: medium;
        font-family: Verdana;
        position: relative;
        top: 85px;

    }

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

    .mypic {
        position: relative;
        top: 135px;
        left: 260px;
        width: 100px;
        height: 100px;
        background-size: cover;
    }
</style>
<title>Book Cover Page</title>
SEC INSIGHT

Fundamentals of Web Application Development

HTML and CSS Combined with Django Architecture

SUJISANKAR S

SEC
Seventh Edition

'''

Output:

output

HTML Vlidator

HTML Validator

Result:

the program for designing book cover page using html and css is executed successfully.

cover-page-design's People

Contributors

gowriganeshns avatar obedotto avatar sujishankar2004 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.