Skip to content

Commit

Permalink
yuh
Browse files Browse the repository at this point in the history
  • Loading branch information
zek-c committed Oct 26, 2023
1 parent 2682c9b commit ee31c0e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CSS/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ body {
width: 100%;
}
.heading h1 {
font-family: 'Raleway', sans-serif;
color: limegreen;
font-size: 70px;
}
.heading h3 {
font-family: 'Raleway', sans-serif;
color: wheat;
font-size: 20px;
}
Expand Down
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@
<a href="#" onclick="window.location.href='Utilities/index.html'" style="padding: 20px 30px;">Utilities</a>
<body>
<div id="particles-js">
<h1 class="header">ChromeSploits</h1>
<div class="heading">
<h1>ChromeSploits</h1>
<h3>
A large library of chromeOS exploits.
</h3>
</div>
</div>


Expand Down

0 comments on commit ee31c0e

Please sign in to comment.