Skip to content

Commit

Permalink
working
Browse files Browse the repository at this point in the history
  • Loading branch information
flan7 committed Sep 26, 2023
1 parent 15157d8 commit 99898ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="../style.css">
<link rel="stylesheet" href="style.css">
</head>
<body>

Expand Down
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
body {
background: url('images/city.jpg');
body {
background-image: url('images/city.jpg');
background-size: cover;
}
.hydrant {
position: static;
Expand Down
2 changes: 1 addition & 1 deletion tags
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
!_TAG_ROLE_DESCRIPTION!HTML!script extFile /referenced as external files/
!_TAG_ROLE_DESCRIPTION!HTML!stylesheet extFile /referenced as external files/
.hydrant style.css /^.hydrant {$/;" c
body style.css /^ body {$/;" s
body style.css /^body {$/;" s

0 comments on commit 99898ff

Please sign in to comment.