Karthikeyan commited on
Commit
5a2a884
1 Parent(s): e4de6a7

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +8 -1
style.css CHANGED
@@ -15,4 +15,11 @@
15
  display: flex;
16
  align-items: center;
17
  justify-content: center;
18
- }
 
 
 
 
 
 
 
 
15
  display: flex;
16
  align-items: center;
17
  justify-content: center;
18
+ }
19
+ .crop{width: 200px;
20
+ height: 150px;
21
+ overflow: hidden;}
22
+ .crop img {
23
+ width: 400px;
24
+ height: 300px;
25
+ margin: -75px 0 0 -100px;}