We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af07b4a commit 7574d97Copy full SHA for 7574d97
weatherApp/css/style.css
@@ -0,0 +1,19 @@
1
+/********************General Formatting********************/
2
+* {
3
+ padding: 0;
4
+ margin: 0;
5
+ box-sizing: border-box;
6
+}
7
+
8
+/*Body formatting*/
9
+body {
10
+ background-image: url(../images/beautiful-clouds-digital-art.jpg);
11
+ background-size: cover;
12
+ background-position: center;
13
+ background-attachment: fixed;
14
15
+/********************End of General Formatting********************/
16
17
+/********************Header Formatting********************/
18
19
+/********************End of Header Formatting********************/
0 commit comments