Skip to content

Commit 84a691e

Browse files
committed
Edit index.html, contactpage, stylesheet
1 parent dc482eb commit 84a691e

File tree

3 files changed

+31
-5
lines changed

3 files changed

+31
-5
lines changed

contactpepe.html

+10-3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<title>Contact Pepe</title>
77
</head>
88
<body>
9+
<div class="box-4">
910
<h1>Reach Out To Pepe</h1>
1011

1112
<p>Expexting an email form or something similar huh?</p>
@@ -18,9 +19,15 @@ <h1>Reach Out To Pepe</h1>
1819
<div>
1920
<a href="./index.html">HOME</a>
2021
</div>
21-
22-
<img src="./images/clubpepe.GIF" alt="club pepe gif">
23-
22+
</div>
23+
<div class="container-2">
24+
<img src="./images/clubpepe.GIF" alt="club pepe gif" height="auto" width="600">
25+
</div>
26+
<div class="box-3"
27+
28+
</div>
29+
30+
2431

2532
</body>
2633
<script>

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Pepes House of Horrors</title>
77
</head>
88
<body>
9-
<div class="container">
9+
<div class="container-1">
1010
<div class="box-1">
1111
<div class="box-2">
1212
<h1>Pepes HTML Majik</h1>

styles.css

+20-1
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,17 @@ a:hover{
4040

4141

4242

43-
.container{
43+
.container-1{
4444
width: 90%;
4545
margin:auto;
4646
}
4747

48+
.container-2{
49+
width: 600px;
50+
margin: 0 auto;
51+
}
52+
53+
4854
.box-1{
4955
background-color: #ff9900;
5056
border: 10px #00952d solid;
@@ -65,10 +71,23 @@ a:hover{
6571

6672
.box-3{
6773
text-align: center;
74+
margin: 50px;
75+
}
76+
77+
.box-4{
78+
background-color:#fff;
79+
text-align: center;
80+
width: 100%;
81+
margin: 0 auto;
82+
padding: 25px;
6883
}
6984

7085

7186

87+
88+
89+
90+
7291

7392

7493

0 commit comments

Comments
 (0)