-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsummer.html
More file actions
71 lines (57 loc) · 1.64 KB
/
summer.html
File metadata and controls
71 lines (57 loc) · 1.64 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html>
<head>
<title>Summer</title>
<link rel="stylesheet" href="styles.css">
<style>
h2{color: #fd5e53;
text-align: topleft;
font-size:40px;
font-family:Snell Roundhand, cursive;
}
.topleft {
position: absolute;
top: 8px;
left: 16px;
font-size: 18px;}
.box{
position: relative;
display: inline-block;
}
.box .text{
position: absolute;
z-index: 999;
margin: 0 auto;
left: 0;
right: 0;
top: 40%;
text-align: topleft;
width: 60%;
}
h1{
background-color: red ;
width:150px; height: 100px;
margin:30px;
padding: 5px;
font-family:Snell Roundhand, cursive;
font-size:70px
} p{color: #ffc922;
font-family:Snell Roundhand, cursive;
font-size:30px
}
</style>
</head>
<body>
<div class="box">
<img src="/Users/danielhellsten/Documents/GitHub/DanHell4/MaxPixel.net-Finnish-Saimaa-Savonlinna-Summer-Sunset-Finland-414683.jpg" width="1380px" height="500px">
<div class="topleft">
<h2>Summer</h2>
</div>
</div>
<p>Because of the long, cold winter Finns celebrate their summer very passionately.
Some go to music festivals, offering a choice of jazz, blues, rock, opera and chamber music.
Others are sailing among the coastal islands or enjoying slow life at their summer cottages – swimming,
fishing and cooking dinner on the grill. For three brief – but oh, so sweet!
– months, the temperatures soar high and the sun does not set at all.</p>
</body>
</html>