diff --git a/assets/css/style.css b/assets/css/style.css index 59ca209..2e571d2 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1,24 +1,7 @@ -/*-----------------------------------*\ - #style.css -\*-----------------------------------*/ - -/** - * copyright 2022 codewithsadee - */ - - - - - -/*-----------------------------------*\ - #CUSTOM PROPERTY -\*-----------------------------------*/ +/** Bootstrap use kiya **/ :root { - /** - * colors - */ --battleship-gray: hsl(0, 0%, 53%); --viridian-green: hsl(180, 98%, 31%); @@ -82,12 +65,6 @@ - - -/*-----------------------------------*\ - #RESET -\*-----------------------------------*/ - *, *::before, *::after { @@ -147,9 +124,6 @@ body { -/*-----------------------------------*\ - #REUSED STYLE -\*-----------------------------------*/ .container { padding-inline: 15px; } @@ -286,9 +260,7 @@ body { -/*-----------------------------------*\ - #HEADER -\*-----------------------------------*/ +/* HEADER */ .header { background: var(--viridian-green); @@ -358,9 +330,7 @@ body { -/*-----------------------------------*\ - #HERO -\*-----------------------------------*/ +/* HERO PAGE */ .shape { display: none; } @@ -400,9 +370,8 @@ body { -/*-----------------------------------*\ - #DESTINATION -\*-----------------------------------*/ +/* DESTINATION */ + .destination .section-subtitle { text-align: center; @@ -461,9 +430,7 @@ body { -/*-----------------------------------*\ - #POPULAR -\*-----------------------------------*/ +/* POPULAR CARDS */ .popular-card :is(.card-price, .card-rating) { color: var(--white-1); @@ -491,9 +458,7 @@ body { -/*-----------------------------------*\ - #ABOUT -\*-----------------------------------*/ +/* ABOUT SECTION */ .about-content { margin-bottom: 50px; } @@ -541,9 +506,7 @@ body { -/*-----------------------------------*\ - #BLOG -\*-----------------------------------*/ +/* BLOG */ .blog { padding-bottom: 100px; } @@ -581,9 +544,7 @@ body { -/*-----------------------------------*\ - #FOOTER -\*-----------------------------------*/ +/* FOOTER */ .footer { background-color: var(--oxford-blue); @@ -686,10 +647,6 @@ body { -/*-----------------------------------*\ - #GO TO TOP -\*-----------------------------------*/ - .go-top { position: fixed; bottom: 0; @@ -716,19 +673,12 @@ body { -/*-----------------------------------*\ - #RESPONSIVE -\*-----------------------------------*/ - /** * responsive for larger than 575px screen */ @media (min-width: 575px) { - /** - * CUSTOM PROPERTY - */ :root { diff --git a/index.html b/index.html index cc7ac27..cabfc20 100644 --- a/index.html +++ b/index.html @@ -59,7 +59,7 @@

AD Kidnapers

diff --git a/index.txt b/index.txt deleted file mode 100644 index df58276..0000000 --- a/index.txt +++ /dev/null @@ -1,193 +0,0 @@ -Tourest - Explore the World - - - -#.......... HEADER ..........# - -Tourest - -aria-label = Toggle Menu - - - -Home -About Us -Tours -Destinations -Blog -Contact Us - -Booking Now - - - -#.......... HERO ..........# - -alt = Vector Shape - -Explore Your Travel - -Trusted Travel Agency - -I travel not to go anywhere, but to go. I travel for travel's sake the great affair is to move. - -Contact Us -Learn More - -alt = hero banner - - - -#.......... DESTINATION ..........# - -Destinations - -Choose Your Place - -alt = Malé, Maldives -Malé -Maldives - -alt = Bangkok, Thailand -Bangkok -Thailand - -alt = Kuala Lumpur, Malaysia -Kuala Lumpur -Malaysia - -alt = Kathmandu, Nepal -Kathmandu -Nepal - -alt = Jakarta, Indonesia -Jakarta -Indonesia - - - -#.......... POPULAR ..........# - -Featured Tours - -Most Popular Tours - -alt = Kuala Lumpur, Malaysia - - -12 Days - -From $50.00 - - - -(2) - -A good traveler has no fixed plans and is not intent on arriving. -Kuala Lumpur, Malaysia - - - -#.......... ABOUT ..........# - -About Us - -Explore all tour of the world with us. - -Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. - - - - -Tour guide - -Lorem Ipsum available, but the majority have suffered alteration in some. - - -Friendly price - - -Reliable tour - -Booking Now - -alt = About banner - - - -#.......... BLOG ..........# - -From The Blog Post - -Latest News & Articles - -alt = A good traveler has no fixed plans and is not intent on arriving. - - -04 Dec - -alt = Jony bristow - -Jony bristow -Admin - -10:30 AM - -A good traveler has no fixed plans and is not intent on arriving. - -Read More - - - - -#.......... FOOTER ..........# - -Top destination - -Indonesia, Jakarta -Maldives, Malé -Australia, Canberra -Thailand, Bangkok -Morocco, Rabat - -Categories - -Travel -Lifestyle -Fashion -Education -Food & Drink - -Quick links - -About -Contact -Tours -Booking -Terms & Conditions - -Get a newsletter - -For the latest deals and tips, travel no further than your inbox - -placeholder = Email address - -Subscribe - -Tourest - -© 2022 codewithsadee. All Rights Reserved - - - - - - - - - -#.......... GO TO TOP ..........# - -aria-label = Go To Top - - \ No newline at end of file