ranamhamoud commited on
Commit
1c8022e
·
verified ·
1 Parent(s): ef9cfce

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +3 -0
style.css CHANGED
@@ -15,3 +15,6 @@ h1 {
15
  margin: auto;
16
  padding-top: 1.5rem;
17
  }
 
 
 
 
15
  margin: auto;
16
  padding-top: 1.5rem;
17
  }
18
+
19
+ button { background-color: #4CAF50; color: white; border: none; padding: 10px 20px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; cursor: pointer; border-radius: 12px;}
20
+ textarea { border-radius: 5px; }