andrewzamai commited on
Commit
4070c70
1 Parent(s): 1d13250

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -38,6 +38,11 @@ Instructed on a reduced number of samples, it is designed to tackle never-seen-b
38
  border-top-left-radius: 10px; /* Rounded top-left corner */
39
  border-top-right-radius: 10px; /* Rounded top-right corner */
40
  }
 
 
 
 
 
41
  .content {
42
  padding: 5px;
43
  }
 
38
  border-top-left-radius: 10px; /* Rounded top-left corner */
39
  border-top-right-radius: 10px; /* Rounded top-right corner */
40
  }
41
+ .footer {
42
+ border-bottom-left-radius: 10px; /* Rounded bottom-left corner */
43
+ border-bottom-right-radius: 10px; /* Rounded bottom-right corner */
44
+ margin-top: 10px; /* Provide some space between content and footer */
45
+ }
46
  .content {
47
  padding: 5px;
48
  }