ZennyKenny commited on
Commit
5854154
·
verified ·
1 Parent(s): 25960a0

Create style.css

Browse files
Files changed (1) hide show
  1. style.css +17 -0
style.css ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #left-column {
2
+ padding: 1rem;
3
+ }
4
+
5
+ #right-column {
6
+ display: flex;
7
+ align-items: center;
8
+ justify-content: center;
9
+ padding: 1rem;
10
+ }
11
+
12
+ #generated-image > img {
13
+ border-radius: 12px;
14
+ box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
15
+ max-width: 100%;
16
+ height: auto;
17
+ }