Skip to content

Commit dd527c3

Browse files
committed
add background and styling to page
1 parent f378f66 commit dd527c3

File tree

6 files changed

+33
-4403
lines changed

6 files changed

+33
-4403
lines changed

croatia1.jpg

1.19 MB
Loading

css/app.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
1+
body {
2+
background-image: url("../croatia1.jpg");
3+
background-position: center;
4+
}
5+
6+
#site-title {
7+
color: white;
8+
}
9+
110
.each-card {
211
border-radius: 1rem;
312
margin-left: 1rem;
413
}
14+
15+
#index-button {
16+
margin-bottom: 0;
17+
}
18+
19+
#new-button {
20+
margin-bottom: 0;
21+
}
22+
23+
#budget-button {
24+
margin-bottom: 0;
25+
}
26+
27+
#query {
28+
margin-bottom: 0;
29+
}

0 commit comments

Comments
 (0)