tywei08 commited on
Commit
465ab75
·
verified ·
1 Parent(s): aa5f033

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +7 -0
style.css CHANGED
@@ -164,4 +164,11 @@
164
  0 0 15px rgba(255, 99, 71, 0.7),
165
  0 0 25px rgba(255, 99, 71, 0.7),
166
  0 0 20px rgba(30, 255, 255, 0.5) inset;
 
 
 
 
 
 
 
167
  }
 
164
  0 0 15px rgba(255, 99, 71, 0.7),
165
  0 0 25px rgba(255, 99, 71, 0.7),
166
  0 0 20px rgba(30, 255, 255, 0.5) inset;
167
+ }
168
+ .example-box {
169
+ background-color: white;
170
+ padding: 15px;
171
+ border-radius: 5px;
172
+ box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
173
+ overflow: hidden;
174
  }