My First Home Page

Developer
Size
2,106 Kb
Views
36,432

How do I make an my first home page?

Based on the first Codecademy exercise. Building a home page from scratch. http://www.codecademy.com/skills/make-a-website. What is a my first home page? How do you make a my first home page? This script and codes were developed by Tracie Holton on 27 August 2022, Saturday.

My First Home Page Previews

My First Home Page - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>My First Home Page</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <html> <head> <link href="main.css" rel=stylesheet"/> <link href="http://s3.amazonaws.com/codecademy-content/courses/ltp/css/shift.css" rel="stylesheet"> </head> <body> <div class="nav"> <div class="container"> <ul> <li>About</li> <li>Practice</li> <li>Contact</li> </ul> </div> </div> <div class="jumbotron"> <div class="container"> <h1>Hello, I'm Tracie.</h1> <h2>I'm learning HTML & CSS.</h2> <p>This is my first public project. I'm working through the Codecademy exercises a second time. In this exercise, we create a basic website.</p> <p>I'm also enrolled in the three month <a href="http://skillcrush.com/blueprint/web-developer/">Skillcrush</a> web developer intensive. My goal is to become a professional web developer.</p> </div> </div> </body>
</body>
</html>

My First Home Page - Script Codes CSS Codes

.nav { color: #5a5a5a; font-size: 11px; font-weight: bold; background-color: #e5e5e5; word-spacing: 15px; padding-top: 14px; padding-bottom: 14px; padding-left: 10px; padding-right: 10px; text-transform: uppercase;
}
.nav li { display: inline;
}
h1 { color: mediumblue;
}
.jumbotron h1 { position: relative; top: 15px; bottom: 25px; color: #8a7f8d; text-align: center; font-family: 'Shift', sans-serif; font-size: 48px; background-color: #c9c9c9; padding-top: 10px; padding-bottom: 23px; margin-top: 10px; margin-bottom: 23px; margin-right: auto; margin-left: auto; border: 3px solid #8a7f8d;
}
.jumbotron { font-family: 'Shift', sans-serif; color: #8a7f8d; background-color: white; text-align: center;
}
.jumbotron .container { position: relavtive; top: px;
}
.jumbotron h2 { position: relative; top: 15px;
}
.jumbotron p { position: relative; top: 15px;
}
My First Home Page - Script Codes
My First Home Page - Script Codes
Home Page Home
Developer Tracie Holton
Username TracieH
Uploaded August 27, 2022
Rating 3
Size 2,106 Kb
Views 36,432
Do you need developer help for My First Home Page?

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!

Tracie Holton (TracieH) Script Codes
Create amazing blog posts 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!