Update style.css
Browse files
style.css
CHANGED
@@ -1,16 +1,9 @@
|
|
1 |
-
/* Set background color and 3D effect */
|
2 |
body {
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
position: fixed;
|
11 |
-
top: 0;
|
12 |
-
right: 0;
|
13 |
-
height: 5rem;
|
14 |
-
width: 5rem;
|
15 |
-
transform: translateZ(3rem) rotateY(-180deg);
|
16 |
}
|
|
|
|
|
1 |
body {
|
2 |
+
background-color: #ff9900;
|
3 |
+
background-image: linear-gradient(to bottom, #000099, #ff9900);
|
4 |
+
font-family: Arial, sans-serif;
|
5 |
+
font-size: 16px;
|
6 |
+
line-height: 1.5;
|
7 |
+
margin: 0;
|
8 |
+
padding: 0;
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
}
|