-
Notifications
You must be signed in to change notification settings - Fork 1
/
kudle.html
86 lines (77 loc) · 2.6 KB
/
kudle.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<title>Site Maintenance</title>
<style>
h1 { font-size: 50px; }
article { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
.mySlides {display:none;}
/* Add a black background color to the top navigation */
.topnav {
background-color: #333;
overflow: hidden;
}
/* Style the links inside the navigation bar */
.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
width: 20%;
}
/* Change the color of links on hover */
.topnav a:hover {
background-color: #ddd;
color: black;
}
/* Add a color to the active/current link */
.topnav a.active {
background-color: #4CAF50;
color: white;
}
body {
background-image: url("back.jpeg");
background-color: #cccccc;
}
</style>
</head>
<body>
<body>
<div class="logoleft">
<h3>TrAVeLiInG BlOg</h3>
</div>
<div class="topnav">
<a class="active" href="first.html">Home</a>
<a href="second.html">Blog</a>
<a href="third.html">Places</a>
<a href="fourth.html">Gallery</a>
<a href="#">Contact</a>
</div><!-- Grid -->
<div class="w3-row">
<!-- Blog entries -->
<li>
<div class="w3-col l8 s12">
<!-- Blog entry -->
<div class="w3-card-4 w3-margin w3-white">
<img src="gokarna.jpg" alt="Nature" style="width:152%">
<div class="w3-container">
<h3><b>THINGS TO DO NEAR KUDLE BEACH</b></h3>
<ol><h5>GOKARNA BEACH<span class="w3-opacity"></span></h5>
<h5>OM BEACH <span class="w3-opacity"></span></h5><h5>HALF MOON BEACH <span class="w3-opacity"></span></h5><h5>SHIVA CAVE <span class="w3-opacity"></span></h5><h5> Mahabaleshwar Temple.... <span class="w3-opacity"></span></h5>
</div>
<div class="w3-container">
<p>
One of the most beautiful and safest beach of gokarna to swim (Expert Swimmers only), also called Kudley beach. The best place to visit this place is from December to March, ,most of the people who visit this place is gohras and gohris. please take enough water and food as the food and water available near the beach is not so good, the best place to buy is from gokarna town.recently two students from manipal got drowned here.
Iam writing this little description on the basis of my experience when i visited this place. Enjoy folks
</p>
</div>
</div>
</div>
<hr>