Skip to content

Commit 381019a

Browse files
Merge pull request #1270 from suma30/suma30
Tourism
2 parents 0194945 + 843bfa1 commit 381019a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Projects/Tourism/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# VlogBook(A site for Tours and Travels)
22

3-
This is a web site for tours and travels where people can view and book their favourite place to spent their holidays at a affordable price.
3+
This is a web site for tours and travels where people can view and book their favourite place to spend their holidays at an affordable price.
44

55
## Tech Stacks used
66

Projects/Tourism/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</head>
1717

1818
<body>
19-
<div class='navigationBar px-2 py-2' style="width: 100%;position:fixed;z-index: 999;">
19+
<div class='navigationBar px-2 py-2' style="width: 100%;position:sticky;top:0px;z-index: 999;">
2020
<div class='container px-2 py-2'>
2121
<div class='logo'>
2222
<img src='./images/logo.png' width="100px"/>

Projects/Tourism/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ iframe {
311311

312312

313313
.service-review {
314-
width: 960px;
314+
width: 100%;
315315
margin: 0 auto;
316316
padding-top: 80px;
317317
padding-bottom: 80px
@@ -325,6 +325,7 @@ iframe {
325325

326326
.service-review h2 {
327327
font-size: 20px;
328+
color:green;
328329

329330

330331
}
@@ -806,8 +807,7 @@ a:hover {
806807
text-align: center;
807808
}
808809

809-
.footer .heading p,
810-
h2 {
810+
.footer .heading p{
811811
color: whitesmoke;
812812
}
813813

0 commit comments

Comments
 (0)