Update hamels/index.html
This commit is contained in:
@@ -5,6 +5,57 @@
|
|||||||
<title>Napoleon, Nationalisme en Propaganda</title>
|
<title>Napoleon, Nationalisme en Propaganda</title>
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
</head>
|
</head>
|
||||||
|
body {
|
||||||
|
|
||||||
|
font-family: Arial, sans-serif;
|
||||||
|
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
padding: 30px;
|
||||||
|
|
||||||
|
/* achtergrond met sovjet logo */
|
||||||
|
|
||||||
|
background-image: url("sovjet.png");
|
||||||
|
|
||||||
|
background-repeat: repeat;
|
||||||
|
|
||||||
|
background-size: 300px;
|
||||||
|
|
||||||
|
background-color: #ffffff;
|
||||||
|
|
||||||
|
color: black;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, p, footer {
|
||||||
|
|
||||||
|
color: black;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
|
||||||
|
font-size: 18px;
|
||||||
|
|
||||||
|
max-width: 700px;
|
||||||
|
|
||||||
|
margin: 0 auto;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
|
||||||
|
width: 300px;
|
||||||
|
|
||||||
|
margin: 20px;
|
||||||
|
|
||||||
|
border: 3px solid black;
|
||||||
|
|
||||||
|
background-color: white;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<h1>Napoleon, Nationalisme en Propaganda</h1>
|
<h1>Napoleon, Nationalisme en Propaganda</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user