t-janicki
11/13/2018 - 5:43 PM

Zadanie 16.1.txt

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Kodilla</title>
    <link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
    <h1> Kodilla Course</h1>
    <p> Something new !</p>
</body>
</html>


body {
    background-color: grey;
}

h1 {
    text-align: center;
    color: red;
    font-size: 70px;
}