Skip to content

Commit dc482eb

Browse files
committed
Edit contactpage, css
1 parent 5daa925 commit dc482eb

File tree

2 files changed

+36
-3
lines changed

2 files changed

+36
-3
lines changed

contactpepe.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ <h1>Reach Out To Pepe</h1>
1414
<p>by buying an NFT I got up for sale. It's a RAREPEPE - PEPETHOR.</p>
1515
<p>I know, I know, frogs don't sell their cards but 'ol Pepes in a bind and</p>
1616
<p> needs the fiat so lend 'ol Pepe a hand please. Here's the link:</p>
17-
<a href="https://tokenscan.io/tx/8885319202cc157a762f2f2b31dd6df0ebfe3ce56b06a67cea1d7726e8b39789" target="_blank" rel="noopener noreferrer"</a>
18-
<p>Thanks for looking.</p>
17+
<a href="https://tokenscan.io/tx/8885319202cc157a762f2f2b31dd6df0ebfe3ce56b06a67cea1d7726e8b39789" target="_blank" rel="noopener noreferrer">PEPETHOR</a>
18+
<div>
1919
<a href="./index.html">HOME</a>
20+
</div>
21+
2022
<img src="./images/clubpepe.GIF" alt="club pepe gif">
2123

2224

styles.css

+32-1
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,41 @@ p{
1212
line-height: 1em;
1313
}
1414

15+
a{
16+
text-decoration: none;
17+
color: #00b500;
18+
text-size:20px;
19+
}
20+
21+
a:hover{
22+
color: #0bd900
23+
}
24+
.joinBtn {
25+
width: 10em;
26+
height: 5ex;
27+
background-color: #00dc00ff;
28+
border-radius: 10px;
29+
font-weight: bold;
30+
color: black;
31+
cursor: pointer;
32+
}
33+
34+
.joinBtn:hover {
35+
background-color: #ff9900;
36+
}
37+
38+
39+
40+
41+
42+
1543
.container{
1644
width: 90%;
1745
margin:auto;
1846
}
1947

2048
.box-1{
21-
background-color: #ff9900ff;
49+
background-color: #ff9900;
2250
border: 10px #00952d solid;
2351
padding-top: 25px;
2452
padding-right: 50px;
@@ -38,6 +66,9 @@ p{
3866
.box-3{
3967
text-align: center;
4068
}
69+
70+
71+
4172

4273

4374

0 commit comments

Comments
 (0)