Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Weather-Arkansas authored Sep 5, 2024

Verified

This commit was signed with the committer’s verified signature.
AKarmanov Alex Karmanov
1 parent 027aad4 commit 98bc667
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -6,14 +6,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Natural State Weather: a detailed forecast for most of Arkansas</title>
<style>
body {
font-family: Arial, sans-serif;
background-size: cover;
background-color: teal;
text-align: center;
margin: 0;
padding: 0;
}
<style>
body {
background-image: url('https://t4.ftcdn.net/jpg/03/05/09/59/240_F_305095987_GdzExAR8x0LCCNBdanfBIw8HkJiJZzDg.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}

.container {
background: rgba(0, 0, 0, 0.5);

0 comments on commit 98bc667

Please sign in to comment.