Skip to content

Instantly share code, notes, and snippets.

View paulokoduwa's full-sized avatar
😍
Designing a personal portfolio

paulokoduwa paulokoduwa

😍
Designing a personal portfolio
View GitHub Profile
<html>
<head>
<title>Welcome to our crew ship </title>
<link rel = "stylesheet" type = "text / css" href = " style.css " />
</head>
<body>
<h1>All you styles will be added here in the body</h1>
<div id="style"> This is my first ID </div>
</body>
</html>