Skip to content

Commit

Permalink
color
Browse files Browse the repository at this point in the history
  • Loading branch information
Stunion235 authored Dec 13, 2023
1 parent 16630f5 commit 8161284
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@

<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/slate/bootstrap.min.css">
<style>
.Town {
background-image: linear-gradient(#080, #000);
}
.Mafia {
background-image: linear-gradient(#800, #000 50%);
}
.Third {
background-image: linear-gradient(#008, #000 50%);
}
.Fourth {
background-image: linear-gradient(#808, #000 50%);
}
</style>
</head>
<body>
<div class="container">
Expand Down

0 comments on commit 8161284

Please sign in to comment.