Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add new image #193

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5502
}
Binary file added hack2k19.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
<body>
<div class="holder">
<a href="https://hacktoberfest.digitalocean.com/">
<img src="hacktober.svg" alt="hacktober">
<img src="hack2k19.png" alt="hacktober">
</a>
<center>
<a href="https://github.com/PAPERPANKS/color-hacktober" class="btn btn-primary btn-lg" role="button">Fork Repo !</a>
</center>
</div>
<div class="col-md-12">
<div class="holder">

<p>
<p></center</center>>
<!-- add new span here -->
<span id="color_C51162">Hacktoberbest</span>
<span id="color_910037">Hacktoberbest</span>
Expand Down
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

.holder {
padding: 30px;
background: radial-gradient(circle, #3241A6 0, #202A6B 120%);
background: radial-gradient(circle, #152346 0, #152346 120%);
}

.holder img {
Expand All @@ -21,15 +21,15 @@
margin-right: auto;
width: 100%;
padding: 10px;
border: 4px solid #FF625F;

}

.btn-primary {
margin-top: 10px;
color: #FF625F;
color:#E714A8;
background-color : #303E9F;
border-radius: 0px;
border: 2px solid #FF625F;
border: 2px solid #E714A8;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
Expand Down