Code Monkey home page Code Monkey logo

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 create a django admin interface

Step 2:

Write HTML and CSS for designing book cover page and execute them .

step 3:

Validate the HTML and CSS code.

step 4:

Publish the website in the given URL.

Code:

<!DOCTYPE html>
{% load static %}
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>coverpage</title>
<link rel="stylesheet" href="static/css/cover.css">
<style>
main{
background-color: rgb(58, 54, 54);
background-image: url('static/images/book.png');
height: 1000px;
width:800px;
margin-left: 500px;
}
</style>
</head>
<body>
<main>
<h4>EXPERT INSIGHT</h4>
<hr id="start" color="orange">
<h1>
Responsive Web <br>
Design with <br>
HTML5 and CSS
</h1>
<p>Develop future-proof responsive websites <br>
using the latest HTML5 and CSS techniques</p>
<p id="edision">THIRD EDISION</p>
<hr id="aj" color="orange">
<img src="static/images/ben.png" alt="sdfgh">
<p id="author">Ben Frain</p>
<p id="packt"> <u> Packt> </u></p>
</main>
</body>
</html>>

Output:

cover-page-design

image

Result:

The program for designing book cover page using HTML and CSS is executed successfully

cover-page-design's People

Contributors

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