Skip to content

Instantly share code, notes, and snippets.

@lavlife06
Last active October 2, 2019 13:19
Show Gist options
  • Select an option

  • Save lavlife06/ccad47dc05d71421cc063b005a1995ef to your computer and use it in GitHub Desktop.

Select an option

Save lavlife06/ccad47dc05d71421cc063b005a1995ef to your computer and use it in GitHub Desktop.
Learn to make small and beautiful website to learn html and css
<html>
<head>
<title>lavjibadshah</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<header class="site-header">
<img class="profile-pic" src="https://image.shutterstock.com/image-photo/nature-background-table-wood-product-260nw-285662423.jpg?_nc_ht=instagram.fstv2-1.fna.fbcdn.net">
<div class="site-header-content">
<h1>Heyy everybody lav here from India....</h1>
<h3>I am learning web development with tanay pratap and will do some cool projects on it.</h3>
<h5># So join me if u r interested in click here"<a class="course-link" href="https://www.youtube.com/watch?v=E8cl_8ktp9M&list=PLzvhQUIpvvug-c-bExl_xFcopeQi_sa29">Web development</a>" and join me #</h5>
</div>
</header>
</body>
</html>
@lavlife06
Copy link
Author

Hey!!!! lav here. i made this website for just learning html and css , so if you also want to build website then fork this gist and enjoy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment