Skip to main content

Posts

Showing posts from August, 2025

css

 *{     margin: 0;     padding: 0;     box-sizing: border-box; } html{     font-size: 62.5%;     /* 10px */ } body{     font-family:sans-serif; } /* ######### utility classes ######### */ ul li{     list-style: none; } p,li{     font-size: 1.6em;     margin: 0.5em; } h1{     margin-bottom: 0.5em;     font-weight: 500px;     font-size:3.2rem; } h2,h3{     margin-bottom: 0.5em;     font-weight: 500px;     font-size:2.2rem ; } .textwhite{     color: white; } .textblack{     color: black; } .textred{     color: red; } .textgrey{     color: grey;     font-weight: 600; } .dark{     background-color: #263238; } /* #### buttons ######## */ .btn{     display: inline-block;     padding:1rem 1.5rem;     text-transform: uppercase;     margin:0.5em ...

About

 <!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">     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" />     <link rel="stylesheet" href="./css/style.css">     <title>Travel Web</title> </head> <body>     <nav class="navbar1 dark">         <div class="container1">         <!-- <h1 class="logo">PM</h1> -->         <ul class="navitems1">             <li class="navitem1"><a...

Contact

 <!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">     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" />     <link rel="stylesheet" href="./css/style.css">     <title>Travel Web</title> </head> <body>     <nav class="navbar1 dark">         <div class="container1">         <!-- <h1 class="logo">PM</h1> -->         <ul class="navitems1">             <li class="navitem1"><a...
 <!DOCTYPE html> <html> <head>     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <link rel="icon" type="image/png" href="C:/Users/Admin/Desktop/PM-Travels-master/img/your-favicon.png">            <link rel="preconnect" href="https://fonts.googleapis.com">     <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>     <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&family=Roboto:wght@300;400;500;700&family=Montserrat:wght@300;400;500;600;700&display=swap" rel="stylesheet">     <link rel="icon" type="image/png" href="./img/WOW.png">     <link rel="stylesheet" href="./css/style.css">     <title>Travel Web - Explore Your Dreams...