9 – 12h Teaching
Teacher:
RECAP – 27.04
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<head>
<style>
body{
background-color:#f5f5f5;
color:blue;
font-size:1em;
font-family:Arial, Sans-Serif;
}
</style>
</head>
<body>
</body>
<p style="color:blue; margin-left:20px;">My text</p>
colorname (HTML color names / w3schools)
background-color: red;
Hexadecimal
background-color: #ff0000;
RGB (red, green, blue)
background-color: rgb(255,255,255);
RGBA (red, green, blue, alpha)
background-color: rgba(255,255,255, 0.5);
12 – 13.30h Lunch (Restaurant de la Piscine et Patinoire de Montchoisi)
13.30 – 17h Coaching
Coaches:
Finish your portfolio site and upload it to the web server
CSS Resources & Tricks