You can create contact form using HTML, CSS and JavaScript. Click Here to Live check body {font-family: Arial, Helvetica, sans-serif;} * {box-sizing: border-box;} .open-button { background-color: #555; color:
Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts
CSS
agyanadda
December 26, 2018
@font-face{ font-family:Aclonica; src: url(Aclonica.ttf); } @font-face{ font-family:Acme-Regular; src: url(Acme-Regular.ttf); } h1{ font-family:Aclonica; } h2{ font-family:Acme-Regular; } AclonicThe @font-face Rule AclonicThe @font-face Rule
CSS
agyanadda
December 12, 2018
LINK STATE #ab1:active{ color:red; } #ab2:hover{ color:red; } #ab2:hover{ color:red; } #ab3:visited{ color:red; } ACTIVE [click mee] HOVER [TOUCH ME] Visited [ YOU HAVE VISITED LINE]
CSS
agyanadda
December 03, 2018
body { font-family: Arial, Helvetica, sans-serif; } .flip-card { background-color: transparent; width: 300px; height: 300px; perspective: 1000px; } .flip-card-inner { position: relative; width: 100%; height: 100%; text-align: center;
CSS
agyanadda
December 02, 2018
* { box-sizing: border-box; } .image-wrap { width: 200px; height: 200px; position: relative; overflow: hidden; } .image-wrap img { top: -50px; left: -150px; height: 400px; width: 400px; transition:
CSS
agyanadda
December 02, 2018
Agyan adda #overlay { border: 1px solid black; width: 300px; height: 265px; display: inline-block; background-image: url('https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_voh2IReAtg5gGe6d0p2S2DwdaCekatl9nLCFLOLORH6D9wh0oFdn2VQMnnNh0To7RRxjXXdYswvePDsbK9j70ShvF6guWEqBJAOZ0icEBzhTJeYcsX2ByziSWLWXQCU2nsVV5oC2-2ZNsU71bQyGgIIm0FdKw-vAlsn9AYeuzBEdUoRcbacdYA=s0-d'); background-repeat: no-repeat; } function zoomIn(event) { var element = document.getElementById("overlay"); element.style.display =
CSS
agyanadda
August 10, 2018
HTML elements can be nested (elements can contain elements). All HTML documents consist of nested HTML elements. This example contains four HTML elements: My First Heading My first
Subscribe to:
Posts (Atom)