osheina commited on
Commit
55deba3
·
verified ·
1 Parent(s): cc51877

Upload styles.css

Browse files
Files changed (1) hide show
  1. styles.css +16 -0
styles.css ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ body {
2
+ font-family: Arial, sans-serif;
3
+ background: linear-gradient(to right, #7FFF00 50%, #00FF00 50%);
4
+ }
5
+
6
+ h1 {
7
+ color: #333;
8
+ font-size: 36px;
9
+ text-align: center;
10
+ }
11
+
12
+ p {
13
+ color: #666;
14
+ font-size: 16px;
15
+ line-height: 1.5;
16
+ }