joshangngoching commited on
Commit
7df80cf
·
verified ·
1 Parent(s): 0903305

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +7 -0
styles.css CHANGED
@@ -22,3 +22,10 @@
22
  width: 60%;
23
  height: 100vh;
24
  }
 
 
 
 
 
 
 
 
22
  width: 60%;
23
  height: 100vh;
24
  }
25
+
26
+ .container {
27
+ padding: 2rem;
28
+ /* background-color: white; */
29
+ border-radius: 10px;
30
+ /* box-shadow: 0px 1px 8px 4px #ccced1; */
31
+ }