Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya24Rathore authored Sep 1, 2024
1 parent b7219db commit 1d4d1e7
Showing 1 changed file with 1 addition and 59 deletions.
60 changes: 1 addition & 59 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,65 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aditya Rathore - Resume</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
color: #333;
margin: 0;
padding: 0;
}
.container {
width: 80%;
margin: 0 auto;
padding: 20px;
background-color: #fff;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
header {
text-align: center;
padding: 50px 0;
}
header h1 {
margin-bottom: 10px;
font-size: 2.5rem;
}
header p {
font-size: 1.2rem;
color: #555;
}
section {
margin: 40px 0;
}
section h2 {
font-size: 1.8rem;
margin-bottom: 20px;
color: #0073e6;
}
.section-content {
padding: 20px;
background-color: #f9f9f9;
border-radius: 10px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.section-content ul {
list-style-type: none;
padding: 0;
}
.section-content ul li {
margin-bottom: 10px;
}
footer {
text-align: center;
padding: 20px 0;
background-color: #333;
color: #fff;
margin-top: 40px;
}
footer p {
margin: 0;
}
</style>
<link rel="stylesheet" href="styles.css">
</head>
<body>

Expand Down

0 comments on commit 1d4d1e7

Please sign in to comment.