Prav51 commited on
Commit
9ee81ef
·
verified ·
1 Parent(s): fe6d25d

Styles for footer

Browse files
Files changed (1) hide show
  1. style.css +12 -3
style.css CHANGED
@@ -50,9 +50,7 @@ body {
50
  background-color: var(--background-color);
51
  color: var(--text-color);
52
  height: 100vh;
53
- display: flex;
54
- justify-content: center;
55
- align-items: center;
56
  }
57
 
58
  .container {
@@ -297,6 +295,17 @@ button {
297
  background-repeat: repeat-x; /* Repeat horizontally */
298
  background-position: bottom;
299
  }
 
 
 
 
 
 
 
 
 
 
 
300
  /* Responsive design for smaller screens */
301
  @media (max-width: 768px) {
302
  .container {
 
50
  background-color: var(--background-color);
51
  color: var(--text-color);
52
  height: 100vh;
53
+
 
 
54
  }
55
 
56
  .container {
 
295
  background-repeat: repeat-x; /* Repeat horizontally */
296
  background-position: bottom;
297
  }
298
+
299
+
300
+ footer {
301
+ width: 100%;
302
+ background-color: var(--text-color);
303
+ color: var(--background-color);
304
+ /* height: 20px; */
305
+ padding: 5px;
306
+ position: fixed;
307
+ bottom: 0;
308
+ }
309
  /* Responsive design for smaller screens */
310
  @media (max-width: 768px) {
311
  .container {