Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgreen3 authored Apr 27, 2024
1 parent d8fd3f4 commit c7b3ab4
Showing 1 changed file with 8 additions and 20 deletions.
28 changes: 8 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,25 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Notes from a Linux User</title>
<style>
<style>
/* Add your CSS styles here */
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f0f9eb; /* Soft green background */
}
header {
background-color: #4caf50; /* Dark green header */
color: #fff; /* White header text */
padding: 20px;
text-align: center;
}
h1 {
color: #4caf50; /* Dark green header text */
color: #fff; /* White header text */
}
</style>

.container {
max-width: 800px;
margin: 20px auto;
padding: 0 20px;
}
p {
line-height: 1.6;
}
/* Additional styles for images */
.image {
text-align: center;
margin-bottom: 20px;
}
.image img {
max-width: 100%;
height: auto;
}
</style>
</head>
<body>
<header>
Expand Down

0 comments on commit c7b3ab4

Please sign in to comment.