Posts

Showing posts with the label family web page in css

What are the steps to create my family Web page using Hyperlink image tags in HTML?

 What are the steps to create my family Web page using Hyperlink image tags in HTML? What are the steps to create my family Web page using Hyperlink image tags in HTML Here I'm not sharing steps but sharing free Source code for making family web page using Hyperlink image tags in html We have to use css for styling creating family web page and html tags .you can take idea from this source code.  <html> <style> @import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Fruktur&display=swap"); body {   font-family: "Dancing Script", cursive;   font-family: "Fruktur", cursive;   background-image: url("https://media.istockphoto.com/yourfamily/=");   background-size: 100% 100%;   color: white; } h1 {   font-size: 500%; } h2, h3 {   font-size: 300%; } p {   font-size: 150%; } div {   background: black;   padding: 3%;   margin: 10%;   text-align: center;   border-radius: 10p...