GithubHelp home page GithubHelp logo

cover's Introduction

cover-page-design

AIM:

To design a static web site for a book cover page. 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: cover.html:

<title> BEST WAY TO LEARN CODING</title> <style> h1{ color:rgb(243, 106, 243); } .bookpage{ width: 400px; height: 650px; background-color: black; background-position: center; margin-left: auto; margin-right: auto ; padding: 20px; background-image: url("red.png"); background-size: cover; background-repeat: no-repeat;
     }
     .toptext{
         color:blue;
         padding-left: 10px;
         font-size: 14px;
         font-family: Arial, Helvetica, sans-serif;

     }
     .tophr{
         color:#e36f2f;
          width: 180px;
     }
     hr{
         color:#e36f2f;

     }
     .booktitle{
         font-family: Arial, Helvetica, sans-serif;
         padding: 10px 10px 0px 10px;
         display: flex;
        align-items: center;
        justify-content: center;

margin-right: 10px; margin-left: 10px; font-size: 20px; } .author{ color:white; font-family: Arial, Helvetica, sans-serif; display: inline; font-size: 24px; position:relative; line-height: 20px;

     }
     .sub-text {
         color:white;
         font-family: Arial, Helvetica, sans-serif;
         display: flex;
         line-height: 5px;

margin-right: 10px; margin-left: 10px;

font-size: 14px; }

.footer { color:red; padding-top: 180px; } .image { color:white; font-family: Arial, Helvetica, sans-serif; font-size: 22px; margin-right: 20px; } .bottomhr { color:#e36f2f; width: 400px;

} img { width: 90px; height: 100px; margin-right: 20px; vertical-align: bottom; } .edition { color:#e36f2f; font-family: Arial, Helvetica, sans-serif; font-size: 22px; line-height:bottom;

}

    </style>
    </head>
        <body>
            <div class="bookpage">

                <div class="toptext">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SENIORS EDITION</div>
                <div class="tophr"><hr></div>
           <div class="booktitle"><h1>BEST WAY TO LEARN CODING</h1></div>
           <h3 class="sub-text">Learn python,html,css,javascript,C++ in 1 milisecond</h3>
                <h3 class="sub-text">written by Dr. karthick</h3>
                <div class="footer">
                    <h2 class="edition">&nbsp;&nbsp;Tenth

Edition                    Author

                    <div class="bottomhr"><hr></div>
                <div class="author"><h3>&nbsp;&nbsp;karthick &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</h3></div>

            </div>
            </div>

        </body>

Output:

Screenshot (22) Screenshot (21)

Result:

program executed successfully

cover's People

Contributors

gowriganeshns avatar karthick960 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.