-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathsummer.html
59 lines (49 loc) · 2.02 KB
/
summer.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
48
49
50
51
52
53
54
55
56
57
58
59
<!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" />
<!--
CSS
-->
<link rel="stylesheet" href="summer.css" />
<!--
-----
-->
<title>Summer Seasons</title>
</head>
<body>
<div class="main">
<h1 id="greeting">Summer Seasons</h1>
<div class="container">
<div class="radio-container" >
<button id="summer">
<h4>Summer 2022 in Northern Hemisphere began on</h4>
<h2>Tuesday, June 21</h2>
<h4>and ended on</h4>
<h2>Friday, September 23</h2>
</button>
</div>
<div>
<img src="https://www.pexels.com/photo/red-lens-sunglasses-on-sand-near-sea-at-sunset-selective-focus-photography-46710/" alt="Smiley face" width="500" height="300" style="vertical-align:middle;margin:0px 50px">
</div>
<div>
<p>summer, warmest season of the year, between spring and autumn.
In the Northern Hemisphere, it is usually defined as the period
between the summer solstice (year’s longest day), June 21 or 22,
and the autumnal equinox (day and night equal in length),
September 22 or 23; and in the Southern Hemisphere, as the period
between December 22 or 23 and March 20 or 21. The temperature contrast
between summer and the other seasons exists only in middle and high latitudes;
temperatures in the equatorial regions generally vary little from month to month.
For physical causes of the seasons, see season. The season everyone loves.
The concept of summer in European languages is associated with growth and maturity,
especially that of cultivated plants, and indeed summer is the season of
greatest plant growth in regions with sufficient summer rainfall.
Festivals and rites have been used in many cultures to celebrate summer in
recognition of its importance in food production.</p>
</div>
</div>
</body>
</html>