Difference between revisions of "Template:Grenoble-Alpes/css"

(Created page with "<html>")
 
Line 1: Line 1:
 +
<html>
 +
<head>
 +
        <meta charset="UTF-8">
 +
        <title> Bootstrap tutoriel </title>
 +
        <link rel="stylesheet" href="css/bootstrap.min.css">
 +
     
 +
    </head>
 +
   
 +
    <style>
 +
        .red {
 +
            height: 600px;
 +
            background-color: red;
 +
        }
 +
    </style>
 +
   
 +
    <body>
 +
        <div class="container-fluid red">
 +
           
 +
        </div>
 +
    </body>
 +
 +
 
<html>
 
<html>

Revision as of 09:34, 11 July 2017

Bootstrap tutoriel