slimshadow commited on
Commit
85b8aa6
·
verified ·
1 Parent(s): 46f8197

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +13 -0
styles.css CHANGED
@@ -7,6 +7,7 @@ body {
7
  justify-content: center;
8
  align-items: center;
9
  height: 100vh;
 
10
  }
11
 
12
  .container {
@@ -74,3 +75,15 @@ a {
74
  a:hover {
75
  text-decoration: underline;
76
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  justify-content: center;
8
  align-items: center;
9
  height: 100vh;
10
+ flex-direction: column;
11
  }
12
 
13
  .container {
 
75
  a:hover {
76
  text-decoration: underline;
77
  }
78
+
79
+ footer {
80
+ margin-top: 30px;
81
+ font-size: 14px;
82
+ color: #777;
83
+ text-align: center;
84
+ width: 100%;
85
+ }
86
+
87
+ footer p {
88
+ margin: 0;
89
+ }