HTML CODE:
<html>
<head>
<iframe src="https://www.wired2tech.org/"width="1950" height="700" align="center" style="border:4px solid black;"></iframe>
<style>
@import url('https://fonts.googleapis.com/css?family=Anton');
</style>
<link rel="stylesheet" href="css10.css">
</head>
<body style ="background-color: beige;">
<title> INFO</title>
<h2>CHECK OUT OUR IG PAGE TO SEE OUR AWESOME VIDEOS @wired2tech</h2>
<h3>we post almost everyday </h3>
<footer>
<p>Posted by: MOHAMMED IBRAHIM MIRZA BEIG </p>
<p>
EMAIL:
<a href="mailto:wired2tech@aol.com?Subject=INFO%20REGARDING?" target="_top">WIRED2TECH@AOL.COM</a>
</p>
</footer>
</body>
</html>
CSS CODE:
h2,h3{
color:black;
font-size: 40px;
-webkit-text-fill-color:black;
-webkit-text-stroke-width:0px;
-webkit-text-stroke-color:black;
font-family: 'Anton', sans-serif;
text-align: center
}
p{
color:fuchsia;
font-size: 35px;
-webkit-text-fill-color:fuchsia;
-webkit-text-stroke-width:2px;
-webkit-text-stroke-color:black;
font-family: 'Anton', sans-serif;
text-align: center
}
Comments
Post a Comment