Retro Website Example

Developer
Size
2,113 Kb
Views
36,432

How do I make an retro website example?

What is a retro website example? How do you make a retro website example? This script and codes were developed by Helana Nosrat on 12 August 2022, Friday.

Retro Website Example Previews

Retro Website Example - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Retro Website Example</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <!DOCTYPE html>
<html>
<head> <title>Intro to CSS</title> <link href="styles.css" type="text/css" rel="stylesheet"/>
</head>
<body>
<nav> <ul class="top-nav"> <li><a href="#" title="Home">Home</a></li> <li><a href="#" title="About">About</a></li> <li><a href="#" title="Contact">Contact</a></li> </ul>
</nav>
<div class="title">Title</div>
<div class="images">Images</div>
<div class="text1">Text1</div>
<div class="text2">Text2</div>
<div class="footer">Footer</div>
</body>
</html>
Contact GitHub API Training Shop Blog About
</body>
</html>

Retro Website Example - Script Codes CSS Codes

@font-face { font-family: 'ostrich_sansbold'; src: url('ostrichsans-bold-webfont.woff2') format('woff2'), url('ostrichsans-bold-webfont.woff') format('woff'); font-weight: normal; font-style: normal;
}
body {	font-family: 'ostrich_sansbold', Optima, sans-serif;	color: pink;	padding: 20px;
=======
}
.top-nav {	background-color: goldenrod;	height: 45px;
}
.top-nav li{	list-style-type: none;	font-family: "Arial";	padding: 0 9px;	float: left;	margin: 10px 15px 0 15px;	cursor: pointer;
}
body{	background-color: pink;
>>>>>>> 19e06e364c2c50a2a3772097d3f2ebf96be35c99
}
.top-nav {	background-color: #FFFF82;	opacity: 0.7;	height: 45px;
}
.top-nav li { list-style-type: none; padding: 5px; display: inline-block; font-family: 'ostrich_sansbold', Optima, sans-serif; font-style: black; font-size: 20px; float: right; margin: 5px; }
.top-nav li a { text-decoration: none; border: 30px solid #82FFD5; padding: 10px; opacity: 0.7; border-radius: 40px; -moz-border-radius: 500px; -webkit-border-radius: 500px; }
.title {	background-color: #FF00AA;	text-align: center;	height: 30px;	width: 100px;	line-height: 1.8em;	margin: 10px auto 10px auto;	opacity: 0.7;	-moz-box-shadow: -5px -5px #777777;	-webkit-box-shadow: -5px -5px #777777;	box-shadow: -5px -5px #777777;	border-radius: 10px; -moz-border-radius: 20px; -webkit-border-radius: 20px;
}
.images {	background-color: #FF14BE;	text-align: center;	height: 30px;	width: 100px;	line-height: 1.8em;	margin: 10px auto 10px auto;	opacity: 0.7;	-moz-box-shadow: -5px -5px #777777;	-webkit-box-shadow: -5px -5px #777777;	box-shadow: -5px -5px #777777;	border-radius: 10px; -moz-border-radius: 20px; -webkit-border-radius: 20px;
}
.text1 {	background-color: #FF32DC;	text-align: center;	height: 30px;	width: 100px;	line-height: 1.8em;	margin: 10px auto 10px auto;	opacity: 0.7;	-moz-box-shadow: -5px -5px #777777;	-webkit-box-shadow: -5px -5px #777777;	box-shadow: -5px -5px #777777;	border-radius: 10px; -moz-border-radius: 20px; -webkit-border-radius: 20px;
}
.text2 {	background-color: #FF6EFF;	text-align: center;	height: 30px;	width: 100px;	line-height: 1.8em;	margin: 10px auto 10px auto;	opacity: 0.7;	-moz-box-shadow: -5px -5px #777777;	-webkit-box-shadow: -5px -5px #777777;	box-shadow: -5px -5px #777777;	border-radius: 10px; -moz-border-radius: 20px; -webkit-border-radius: 20px;
}
.footer {	background-color: #FF82FF;	text-align: center;	height: 30px;	width: 100px;	line-height: 1.8em;	margin: 10px auto 10px auto;	opacity: 0.7;	-moz-box-shadow: -5px -5px #777777;	-webkit-box-shadow: -5px -5px #777777;	box-shadow: -5px -5px #777777;	border-radius: 10px; -moz-border-radius: 20px; -webkit-border-radius: 20px;
}
Retro Website Example - Script Codes
Retro Website Example - Script Codes
Home Page Home
Developer Helana Nosrat
Username HelanaN
Uploaded August 12, 2022
Rating 3
Size 2,113 Kb
Views 36,432
Do you need developer help for Retro Website Example?

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!

Helana Nosrat (HelanaN) Script Codes
Create amazing love letters 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!