Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
Updating the style.css file and personalWeb.html as well
  • Loading branch information
Ambro19 authored Nov 30, 2023
1 parent 43ba1e7 commit 6f64f82
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
}

/* Additional CSS for your content */
/* For example, you can style the header text */
/* For example, you can style the header text
header {
font-size: 24px;
}

*/
/* Add more CSS for other elements as needed */
body {
font-family: Arial, sans-serif;
Expand All @@ -25,12 +25,14 @@
/*background-color: #f7f7f7;*/
background-image: url('green-abstract-background-vector.jpg') /*('picture3.jpg')*/
}
/*
header {
background-color: #007BFF;
color: white;
text-align: center;
padding: 2rem 0;
}
*/
.container {
max-width: 800px;
margin: 2rem auto;
Expand Down

0 comments on commit 6f64f82

Please sign in to comment.