JCarlos commited on
Commit
ee2f29d
1 Parent(s): 7f00985

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +1 -1
styles.css CHANGED
@@ -1,4 +1,4 @@
1
- body {
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
  }