PotatoOff commited on
Commit
ee4697f
1 Parent(s): 8de6896

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -66,7 +66,18 @@ language:
66
  .info:hover {
67
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.6), 0 0 24px rgba(74, 144, 226, 0.6);
68
  }
69
- .button {
 
 
 
 
 
 
 
 
 
 
 
70
  display: inline-block;
71
  background-image: linear-gradient(145deg, #F96167 0%, #F0F2D7 100%);
72
  color: #F0F0F0;
 
66
  .info:hover {
67
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.6), 0 0 24px rgba(74, 144, 226, 0.6);
68
  }
69
+ .info-img {
70
+ width: 100%; /* Adjust width as per your layout needs */
71
+ max-width: 400px; /* Max width to ensure it doesn't get too large */
72
+ max-height: 100%; /* Adjust height proportionally */
73
+ border-radius: 10px;
74
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
75
+ margin-left: auto; /* Align to the right */
76
+ margin-right: 20px; /* Keep some space from the text */
77
+ display: block; /* Ensure it's properly block level for margins to work */
78
+ float: right; /* Keep it to the right */
79
+ }
80
+ .button {
81
  display: inline-block;
82
  background-image: linear-gradient(145deg, #F96167 0%, #F0F2D7 100%);
83
  color: #F0F0F0;