Skip to content
Snippets Groups Projects
Commit 82cae825 authored by Haidar's avatar Haidar
Browse files

refactor: styling css on Hall of fame

parent a3995a67
No related merge requests found
body {
background-image: url('../img/basic-wallpaper5.jpeg');
text-align: center;
font-family: arial;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
}
.head-container { .head-container {
text-align: center; text-align: center;
padding-top: 50px; padding-top: 50px;
position: relative;
} }
...@@ -70,10 +79,11 @@ option:hover { ...@@ -70,10 +79,11 @@ option:hover {
.body-container { .body-container {
/* background-image: url('../img/basic-wallpaper5.jpeg'); */
/* max-width: 800px; */ /* max-width: 800px; */
/* margin: 20px auto; */ /* margin: 20px auto; */
padding: 20px; padding: 20px;
background-color: #192e3a; /* background-color: #192e3a; */
/* border: 1px solid #ccc; /* border: 1px solid #ccc;
border-radius: 5px; */ border-radius: 5px; */
/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */ /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
...@@ -103,7 +113,7 @@ th, td { ...@@ -103,7 +113,7 @@ th, td {
} }
th { th {
background-color: #192e3a; background-color: #1f1f1f;
color: #fff; color: #fff;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment