Posts

Showing posts from May, 2021

calender White color Code

 ::-webkit-calendar-picker-indicator { filter: invert(1);}

Jquery DropDown

Image
  Line wrap <!DOCTYPE html> <html lang =" en "> <head> <meta charset =" utf-8 "> <title> Dropdown Menu </title> <link href =" https://fonts.googleapis.com/css?family=Open+Sans " rel =" stylesheet "> <style> body { margin: 0; padding: 0; font-family: 'Open Sans', sans-serif; } nav { margin: 100px 255px; } nav ul { list-style: none; margin: 0; padding: 0; } nav li { float: left; width: 160px; height: 40px; background-color: midnightblue; line-height: 40px; text-align: center; position: relative; } nav li a { display: block; width: 100%; height: 100%; text-decoration: none; ...

Fonts Large

Image
  Line wrap <!DOCTYPE html> <html lang =" eng "> <head> <title> </title> </head> <body> <div class =" container "> <div class =" buttons "> <span class =" btn active " onclick =" document.getElementById('text').style.fontSize = '1em' "> A </span> <span class =" btn " onclick =" document.getElementById('text').style.fontSize = '1.25em' "> A </span> <span class =" btn " onclick =" document.getElementById('text').style.fontSize = '1.75em' "> A </span> </div> <div class =" content " id =" text "> <h2> Change font size </h2> <p> Lorem ipsum dolor sit amet consectetur adipisicing elit. Natus dolor dolore quibusdam nulla odit illo expedita fugiat corrupti, accusamus sit, animi amet ...

On Click Parent

  onClick="parent.location='holiday-packages.html'"