QuantaSparkLabs commited on
Commit
9a0c4f1
·
verified ·
1 Parent(s): f8f1cfb

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +7 -3
style.css CHANGED
@@ -1,9 +1,13 @@
 
 
 
 
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
  }
 
1
+ #card img {
2
+ width: 200px;
3
+ border-radius: 12px;
4
+ }
5
  #card {
6
+ border: 2px solid #8A2BE2;
7
  border-radius: 15px;
8
  padding: 20px;
9
  max-width: 500px;
 
 
10
  margin: auto;
11
+ background-color: #f3f4f6;
12
+ text-align: center;
13
  }