Skip to content
Snippets Groups Projects
Commit d2f55fa5 authored by Sara Pedersen's avatar Sara Pedersen
Browse files

opprettet mappestruktur og main + stilark

parent 2872cf50
No related branches found
No related tags found
Loading
h1 {
margin-top: 20px;
text-align: center;
}
body {
margin-left: 10px;
font-family: Georgia, 'Times New Roman', Times, serif;
}
footer {
margin-top: 480px;
}
\ No newline at end of file
<html>
<head>
<meta charset="utf-8">
<title>P1 Project requirements</title>
<link href="css/stylesheet.css" rel="stylesheet">
</head>
<body>
<header>
<h1>P1 Project Requirements</h1>
</header>
<main>
<p>Her har vi litt tekst og sånt</p>
</main>
<footer>
Petter Åslie, Carina Jagtøyen, Ine Andrea Krogseth, Sixten Müller, Sara Pedersen
</footer>
</body>
</html>
\ No newline at end of file
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