sammarigarcia commited on
Commit
a934cf0
·
verified ·
1 Parent(s): e6ae15b

Create style.css

Browse files
Files changed (1) hide show
  1. style.css +23 -0
style.css ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ body {
2
+ font-family: 'Arial', sans-serif;
3
+ background-color: #f0f0f0;
4
+ color: #333;
5
+ margin: 20px;
6
+ direction: rtl;
7
+ text-align: right;
8
+ }
9
+
10
+ header {
11
+ background-color: #004080;
12
+ color: white;
13
+ padding: 10px;
14
+ border-radius: 5px;
15
+ margin-bottom: 20px;
16
+ }
17
+
18
+ footer {
19
+ margin-top: 40px;
20
+ font-size: 0.8em;
21
+ color: #666;
22
+ text-align: center;
23
+ }