Website

Developer
Size
1,919 Kb
Views
70,840

How do I make an website?

What is a website? How do you make a website? This script and codes were developed by Garrett Saiki on 13 July 2022, Wednesday.

Website Previews

Website - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Website</title> <link rel="stylesheet" href="css/style.css">
</head>
<body>	<nav>	<ul>	<li><a href="index.html">Home</a></li>	<li><a href="portfolio.html">Portfolio</a></li>	<li><a href="bio.html">Bio &amp; Resume</a></li>	<li><a href="contact.html">Contact</a></li>	</ul>	</nav> <article> <section> <img src="http://placehold.it/300x400" alt=""> </section> <section> <h1>Garrett Saiki</h1> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iste aliquam doloribus id, nulla delectus magnam molestias est commodi sequi animi beatae officia voluptate vel illo odit numquam enim tempore mollitia.</p> </section> </article> <article> <section> <h2>Resume</h2> </section> <section> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quo consectetur voluptatum veniam quia odit iusto error modi minima nemo reiciendis hic omnis ratione saepe dolorem molestiae, beatae eaque fugit tempore.</p> </section> <section> <ul> <li>Skill 1</li> <li>Skill 2</li> <li>Skill 3</li> <li>Skill 4</li> <li>Skill 5</li> </ul> </section>
</body>
</html>

Website - Script Codes CSS Codes

/* Bio */
.bio #bio { background: gray; display: flex; justify-content: space-between;
}
.bio #bio section { margin: 0 10px; width: 50%;
}
.bio section:nth-child(1) { width: 400px;
}
/* Resume */
.bio #resume { background: orange; display: flex; flex-flow: wrap row;
}
.bio #resume section { flex: 1 25%;
}
Website - Script Codes
Website - Script Codes
Home Page Home
Developer Garrett Saiki
Username gsaiki
Uploaded July 13, 2022
Rating 3
Size 1,919 Kb
Views 70,840
Do you need developer help for Website?

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!

Garrett Saiki (gsaiki) Script Codes
Create amazing video scripts 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!