NoreenLouis (Talk | contribs) (Created page with "<html>") |
NoreenLouis (Talk | contribs) |
||
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