Skip to content
Snippets Groups Projects
Commit fcc6385a authored by Françoise Conil's avatar Françoise Conil
Browse files

Page web minimale avec feuille de style CSS

parent 3d1835a1
No related branches found
Tags step.2
No related merge requests found
basic-web/Back2.png

813 KiB

......@@ -2,6 +2,7 @@
<html lang="fr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<title>Stage 3ème</title>
</head>
<body>
......@@ -17,4 +18,3 @@
<div><img src="protocole-http.png"></div>
</body>
</html>
body {
background-image: url("Back2.png");
color: #0f2a36;
font-family: 'Open Sans', Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.25em;
padding: 0 20em;
}
h1 {
font-family: 'Adelle W01 Bold', 'Arvo', Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
font-size: 71px;
font-weight: 500;
margin: 0.75em 0;
}
h2 {
color: #dd3b2a;
font-family: 'Adelle W01 Bold', 'Arvo', Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
font-size: 40px;
font-weight: 500;
line-height: 1.25em;
margin: 0.5em 0;
}
img {
opacity: 0.8;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment