QuantaSparkLabs commited on
Commit
b926fe6
·
verified ·
1 Parent(s): 0473d86

Create style.css

Browse files
Files changed (1) hide show
  1. style.css +9 -0
style.css ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ #card {
2
+ border: 2px solid #4A90E2;
3
+ border-radius: 15px;
4
+ padding: 20px;
5
+ max-width: 500px;
6
+ background-color: #f8f9fa;
7
+ text-align: center;
8
+ margin: auto;
9
+ }