Prajith04 commited on
Commit
1c4614a
·
verified ·
1 Parent(s): 66a72cc

Update static/styles.css

Browse files
Files changed (1) hide show
  1. static/styles.css +16 -0
static/styles.css CHANGED
@@ -124,3 +124,19 @@ button:hover {
124
  from { opacity: 0; transform: translateY(5px); }
125
  to { opacity: 1; transform: translateY(0); }
126
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
124
  from { opacity: 0; transform: translateY(5px); }
125
  to { opacity: 1; transform: translateY(0); }
126
  }
127
+ .examples ul {
128
+ list-style-type: none;
129
+ padding: 0;
130
+ }
131
+
132
+ .examples li {
133
+ cursor: pointer;
134
+ padding: 5px;
135
+ background-color: #f0f0f0;
136
+ margin-bottom: 5px;
137
+ border-radius: 4px;
138
+ }
139
+
140
+ .examples li:hover {
141
+ background-color: #e0e0e0;
142
+ }