Update styles.css
Browse files- styles.css +1 -1
styles.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 2 |
background: rgb(241,239,34);
|
| 3 |
background: linear-gradient(90deg, rgba(241,239,34,1) 0%, rgba(227,204,52,1) 20%, rgba(216,53,58,1) 60%, rgba(207,53,59,1) 100%, rgba(241,92,34,1) 100%);
|
| 4 |
}
|
|
|
|
| 1 |
+
.content {
|
| 2 |
background: rgb(241,239,34);
|
| 3 |
background: linear-gradient(90deg, rgba(241,239,34,1) 0%, rgba(227,204,52,1) 20%, rgba(216,53,58,1) 60%, rgba(207,53,59,1) 100%, rgba(241,92,34,1) 100%);
|
| 4 |
}
|