Coder Social home page Coder Social logo

ex-06-book-cover-design's Introduction

Ex-06-Book-Cover-Design

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>
            Book Cover Page
        </title>
        <style type="text/css"> 
        
        .bookpage {
            width: 700px;
            height: 900px;
            background-color: rgb(48,48,48);
            margin-left: auto;
            margin-right: auto;
            
            
        }
        p {
            color:white;
            font-family: Arial, Helvetica, sans-serif;
            text-align: left;
            font-size:79px;
            margin-top:15px;
            font-weight:bolder;
            margin-left: 40px;
            margin-bottom: 0;
        }
        .pp{
            color:Green;
            font-family: Arial, Helvetica, sans-serif;
            text-align: left;
            font-size:25px;
            font-weight:bold;
            margin-top:20px;
            padding-right:90px;
            padding-left:45px;
        }
        
        


        
        .toptitle {
            color: white;
            font-size:15px;
            display:inline;
            position:relative;
            left:35px;
            top:25px;
            font-family: Arial, Helvetica, sans-serif;
        
        }
        .tophr {
            width: 200px;
            margin-top:29px;
        }
        .third{
            color:orangered;
            font-family: Arial, Helvetica, sans-serif;
            font-weight:bold;
            font-size:30px;
            display:inline;
            position:relative;
            left:38px;
            bottom:130px;
        }
        .image{
            margin-bottom: 0px;
        }
        .image2{
            display:inline;
            position:relative;
            left:250px;
            bottom:110px;
        }
            
        .lowhr {
            display:inline;
            position:relative;
            bottom:125px;
        }
        .name{
            color:white;
            font-family:Arial, Helvetica, sans-serif;
            display:inline;
            position:relative;
            left:50px;
            bottom:110px;
            font-size:40px;
            font-weight:bold;
        }
        .publisher{
            color:white;
            font-family:Arial, Helvetica, sans-serif;
            display:inline;
            position:relative;
            left:370px;
            bottom:110px;
            font-size:50px;
            font-weight:bold;
        }
        </style>
    </head>
    
    <body>
        <div class="bookpage">
            <div class="toptitle">
                EXPERT INSIGHT
            </div>
            <div class="tophr">
                <hr color="orangered">
            </div>
        <p>
        
            Responsive Web Design with 
            HTML5 and CSS
        <div class="pp">
        
                Develop future-proof responsive websites
                using the latest HTML5 and CSS techniques
            
        </div>
        <div class="image">
            <img src="/static/images/wave1.png" width="700" hight="100" margin-bottom="0px">
        </div>
        <div class="third">
            Third Edition
        </div>
        
        <div class="lowhr">
             <hr color="orangered">
        </div>
        <div class="name">
            NATHIN R
        </div>
        <u class="publisher">
            Packt >
        </u>
    </div>
    </body>
</html>

Output

output

ex-06-book-cover-design's People

Contributors

nathinr avatar karthi-govindharaju 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.