Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Canvas Cookbook
  • Toc
  • feedback
Canvas Cookbook

Canvas Cookbook

By : Purushottam Joshi
close
Canvas Cookbook

Canvas Cookbook

By: Purushottam Joshi

Overview of this book

With the growing popularity of HTML5 Canvas, this book offers tailored recipes to help you develop portable applications, presentations, and games. The recipes are simple yet creative and build on each other. At every step, the book inspires the reader to develop his/her own recipe. From basic to advanced, every aspect of Canvas API has been covered to guide readers to develop their own application, presentation, or game.
Table of Contents (11 chapters)
close
10
Index

Styling text and background using CSS


As mentioned earlier, CSS can be used for styling and here is a simple demo of styling text. The output of the recipe is given here:

How to do it

The recipe is as follows:

The HTML code:

<html>
<head>
  <title>CSS Background Example</title>
  <link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body class="main">
  <center>
  <table border=1>
    <tr class="firstrow">
      <td height="200" width="800"> 
        <h1 id="title">CSS Demo</h1>
      </td>
    </tr>
    <tr class="secondrow">
      <td height="400" width="800" align="center">
        <p>This is a simple demo of CSS exhibiting usage of a tag-specific style and selectors.<br>
          The file background.css contains all the styling properties which are applied here on the HTML Page.
        </p> 
      </td>
    </tr>
  </table>
  </center...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech
bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete