Skip to content

Commit

Permalink
adding brew folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhiannon Williams committed Jun 30, 2024
1 parent be9d443 commit 65f51df
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,20 @@
background: #000000;
color: white;
text-align: center;
font-size: 5;
font-size: 20px;
}
header, main, footer {
padding: 10px;
text-align: center;
font-size: 5;
font-size: 20px;
}
nav {
font-family: 'Luminari', Times, serif;
color: #9999ff;
background: #000000;
display: flex;
justify-content: center;
font-size: 5;
font-size: 20px;
flex-wrap: wrap;
}
nav a {
Expand All @@ -58,7 +58,7 @@
padding: 14px 20px;
text-decoration: none;
display: block;
font-size: 5;
font-size: 20px;
animation: fadeIn 2s ease-in-out;
}
nav a:hover {
Expand All @@ -68,7 +68,7 @@
padding: 14px 20px;
text-decoration: none;
display: block;
font-size: 5;
font-size: 20px;
animation: pulse 1s infinite;
}

Expand All @@ -91,38 +91,38 @@
.scroll {
text-align: center; /* Ensures text within the div remains left-aligned */
padding: 1px; /* Optional: adds some spacing inside the div */
font-size: 5;
font-size: 20px;
font-family: "Courier New", Times, serif;
flex-wrap: wrap;
}
.links a {
color: #fc03a5;
text-decoration: none;
font-size: 6;
font-size: 20px;
}
.links a:hover {
font-family: "Courier New", Times, serif;
background: #ffe6ff;
color: #b00274;
text-decoration: underline;
font-size: 6;
font-size: 20px;
}
.home {
font-family: "Courier New", Times, serif;
text-align: center;
color: white;
font-size: 5;
font-size: 20px;
}
.exploit {
font-family: "Courier New", Times, serif;
text-align: center;
color: white;
font-size: 2;
font-size: 20px;
}
.service {
text-align: center;
color: white;
font-size: 2;
font-size: 20px;
}
.container {
display: flex;
Expand Down

0 comments on commit 65f51df

Please sign in to comment.