-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_2.html
47 lines (41 loc) · 1.44 KB
/
index_2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mansikkat</title>
</head>
<style>
body {background-color: red;}
.container {
position: relative;
text-align: center;
color: white;
}
.mansikkatext {
position: absolute;
top: 100%;
left: 40%;
color:white;
}
</style>
<body>
<div class="container">
<img align="left" src="pictures/logo.png">
<div class="mansikkatext">
<h1>Mansikka</h1>
<img src="pictures/MansikkaInfoKuva.png" width="300" height="300">
</div>
</div>
<h2 style="color: white; width: 300px; float: left; border: 10px; padding: 40px; margin: 15px;">Info</h2>
<p style="color: white; width: 300px; border: 10px; padding: 40px; margin: 15px;">Mansikat ovat monivuotisia, rönsyjä kasvattavia ruohovartisia kasveja. Lehdet kasvavat ruusukkeisesti, ja lehtilapa on kolmisorminen. Kukkien teriö on valkoinen.</p>
<div style="color: white; width: 300px; border: 10px; padding: 40px; margin: 15px;" class="tab">
<p>Yhteystiedot</p>
<p>Osoite: Mansikkakatu 1</p>
<p>Puhelinnumero: 040 9876543</p>
<p>Sähköposti: [email protected]</p>
<p>Y-tunnus: 4567891-1</p>
</div>
</body>
</html>