Skip to content

lalithakre/Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<title>My Portfolio</title> <style> /* Reset default margin and padding */ body, h1, h2, h3, h4, h5, h6, p, ul, li { margin: 0; padding: 0; }
body {
  font-family: Arial, sans-serif;
  background-color: #f2f2f2;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

h1 {
  font-size: 36px;
  color: #333333;
  margin-bottom: 20px;
}

p {
  font-size: 18px;
  color: #666666;
  margin-bottom: 10px;
}

.btn {
  display: inline-block;
  background-color: #333333;
  color: #ffffff;
  padding: 10px 20px;
  margin-top: 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #555555;
}
</style>

My Portfolio

Welcome to my personal portfolio! Here, you can find information about me and my projects.

Feel free to explore and get in touch with me if you have any questions or collaboration opportunities.

View Projects

Projects

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages