-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrushmore.html
More file actions
49 lines (24 loc) · 2.8 KB
/
Copy pathrushmore.html
File metadata and controls
49 lines (24 loc) · 2.8 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
<html>
<head>
<title>
Travel Blog
</title>
</head>
<body style="background-image: url('https://ciaobambino.com/wp-content/uploads/2015/02/caribbean-vacation-budget-tips.jpg'); background-attachment: fixed; background-size:cover;">
<img src="rushmore.jpg", style="position:relative; max-width: 100%;">
<p style="position:absolute; top: 19%; left: 50%; transform: translate(-50%, -50%); font-size: 30px;">Travel Blog</p>
<b><p style="position:absolute; top: 21%; left: 50%; transform: translate(-50%, -50%); font-size: 70px;">Mount Rushmore</p></b>
<a href="blog.html"><p style="color:black; position:absolute; right:17%;top:3%; font-size:25px;">Home</p></a>
<a href="blog.html"><p style="color:black; position:absolute; right:7%;top:3%; font-size:25px;">Contact</p></a>
<p style="background-color: aqua; position:absolute; left:15%; font-size:30px; padding-left: 50px; padding-right:50px; padding-top: 10px; padding-bottom: 10px; border-radius: 10px;">Tips and Tricks</p>
<p style="background-color: aqua; position:absolute; left:15%; top:80%; font-size:30px; padding-left: 50px; padding-right:50px; padding-top: 10px; padding-bottom: 10px; border-radius: 10px;">1. Morning Is A Great Time To Visit
The best time to visit Mount Rushmore is in the morning. It’s less crowded, less hot (in the summer), and the lighting is great for photos.
This is the ideal time to take pictures of the monument. In the middle of the day, the lighting is more flat, and at sunset, the faces are covered in shadow.
We got there at 8 AM and this was perfect. We had plenty of time to wander the grounds almost alone, and take pictures without people in them. By 10 AM, the monument was already getting pretty crowded.</p>
<p style="background-color: aqua; position:absolute; left:15%; top: 130%; font-size:30px; padding-left: 50px; padding-right:50px; padding-top: 10px; padding-bottom: 10px; border-radius: 10px;">2. There’s A Night Lighting Ceremony
If you want to see a unique view of Mount Rushmore, the faces are lit up after dark every night of the year.
During the summer months, there’s also a lighting ceremony that includes a ranger talk about the presidents and the history of the United States.
You can check the seasonal hours for this on the <a href="https://www.nps.gov/moru/planyourvisit/hours.htm">NPS website here.</a>
Note: Your parking fee at Mount Rushmore is valid for one year from the date you buy it, so remember to hold onto it if you plan to come back again later.</p>
</body>
</html>