Wedding

Size
4,650 Kb
Views
6,072

How do I make an wedding?

What is a wedding? How do you make a wedding? This script and codes were developed by Jessica Pittman on 07 January 2023, Saturday.

Wedding Previews

Wedding - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Wedding</title> <link href="https://fonts.googleapis.com/css?family=Caveat|Comfortaa|Dancing+Script|Josefin+Slab|Permanent+Marker|Raleway|Sacramento|Satisfy" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <center> <div class='top'> <div class='content'> <span class='font1'> Alexander Stamos </span> <span class='font3'> & <strong> Jessica Pittman </strong> </span> <br> <span class='font7'> <hr> are <div class='married animated fadeOut'> getting <strong style='color: #C22B7C;'> married </strong> </div> <div class='eloping animated fadeIn'> <strong style='color: #C22B7C;'> eloping </strong> </div> <hr> </span> <br> <br> <div class='ring'> <div class='diamond animated tada'> <h1 class='fa fa-diamond'></h1> </div> </div> <div class='wedding' style='color: #C22B7C;'> April 27, 2018 </div> <div class='date'></div> <div class='arrow'> <a class='scroll' data-scroll='.our-story'> <i class='fa fa-arrow-down'></i> </a> </div> </div> </div>
</center>
<div class='image'></div>
<div class='our-story'> <div class='container'> Our story <br> <img src='https://s26.postimg.org/fren34dl5/achievement-min.png'> </div>
</div> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Wedding - Script Codes CSS Codes

body { font-size: 16px;
}
[class*='font'] { font-size: 3em;
}
.font1 { font-family: 'Permanent Marker', sans-serif;
}
.font3 { font-family: 'Sacramento', sans-serif;
}
.font6 { font-family: 'Raleway', sans-serif;
}
.font7 { font-family: 'Comfortaa', sans-serif; font-size: 1em;
}
[class*='color'] { height: 50px; width: 50px;
}
.color1 { background-color: lavenderblush;
}
.font7 hr { border: 0; border-top: 1px solid gray; display: inline-block; margin-left: 10px; margin-right: 10px; position: relative; top: 4px; width: 15%;
}
.top { background: -webkit-radial-gradient(center circle, #ffffff 40%, #e2e5ea 100%); background: radial-gradient(circle at center, #ffffff 40%, #e2e5ea 100%); display: table; height: 100vh; width: 100vw;
}
.content { display: table-cell; vertical-align: middle;
}
strong { font-weight: 600;
}
.married { display: inline-block; -webkit-animation-duration: 2s; animation-duration: 2s;
}
.eloping { display: inline-block; -webkit-animation-delay: 1.5s; animation-delay: 1.5s; letter-spacing: 8px; position: relative; left: -120px; width: 0;
}
.ring { margin-top: 10px; -webkit-transform: rotate(-7deg); transform: rotate(-7deg);
}
.diamond { -webkit-animation-duration: 8s; animation-duration: 8s;
}
.diamond h1 { background-image: -webkit-linear-gradient(bottom, #00FFFF 64%, #FFFFFF 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 8em; position: relative;
}
.diamond h1::after { background: none; content: '\f219'; left: 0; position: absolute; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15); top: 0; z-index: -1;
}
.circle { border: 9px solid silver; border-radius: 50%; height: 120px; width: 120px; position: relative; top: -15px; z-index: -1;
}
.wedding { font-family: 'Comfortaa', sans-serif; font-size: 1.5em; padding: 30px 0 0;
}
.date { font-family: 'Comfortaa', sans-serif; font-size: 1em; font-weight: 600; padding: 10px 0 0;
}
.scroll { cursor: pointer;
}
.image { background-attachment: fixed; background-image: url("https://s26.postimg.org/o4kbxscsp/Engaged.jpg"); background-size: cover; height: 100vh; width: 100vw;
}
.arrow { font-size: 2em; position: absolute; bottom: 50px; text-align: center; width: 100%;
}
.our-story { font-family: 'Raleway', sans-serif; font-size: 1rem; height: 100vh; padding: 100px 0;
}
.container { margin: 0 auto; max-width: 1200px; width: 100%;
}

Wedding - Script Codes JS Codes

$(document).ready(function() { var weddingDay = Date.parse("April 28, 2018"), today = new Date(), diff = weddingDay - today, countDown = Math.ceil(diff / (1000 * 60 * 60 * 24)); $(".date").html(countDown + " Days"); $(".scroll").click(function(e) { e.preventDefault(); var scrollTo = $(this).attr("data-scroll"); $("html,body").animate( { scrollTop: $(scrollTo).offset().top }, 2000 ); });
});
Wedding - Script Codes
Wedding - Script Codes
Home Page Home
Developer Jessica Pittman
Username jessikuh
Uploaded January 07, 2023
Rating 3
Size 4,650 Kb
Views 6,072
Do you need developer help for Wedding?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Jessica Pittman (jessikuh) Script Codes
Create amazing captions with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!