Commit 84a691e 1 parent dc482eb commit 84a691e Copy full SHA for 84a691e
File tree 3 files changed +31
-5
lines changed
3 files changed +31
-5
lines changed Original file line number Diff line number Diff line change 6
6
< title > Contact Pepe</ title >
7
7
</ head >
8
8
< body >
9
+ < div class ="box-4 ">
9
10
< h1 > Reach Out To Pepe</ h1 >
10
11
11
12
< p > Expexting an email form or something similar huh?</ p >
@@ -18,9 +19,15 @@ <h1>Reach Out To Pepe</h1>
18
19
< div >
19
20
< a href ="./index.html "> HOME</ a >
20
21
</ 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
+
24
31
25
32
</ body >
26
33
< script >
Original file line number Diff line number Diff line change 6
6
< title > Pepes House of Horrors</ title >
7
7
</ head >
8
8
< body >
9
- < div class ="container ">
9
+ < div class ="container-1 ">
10
10
< div class ="box-1 ">
11
11
< div class ="box-2 ">
12
12
< h1 > Pepes HTML Majik</ h1 >
Original file line number Diff line number Diff line change @@ -40,11 +40,17 @@ a:hover{
40
40
41
41
42
42
43
- .container {
43
+ .container-1 {
44
44
width : 90% ;
45
45
margin : auto;
46
46
}
47
47
48
+ .container-2 {
49
+ width : 600px ;
50
+ margin : 0 auto;
51
+ }
52
+
53
+
48
54
.box-1 {
49
55
background-color : # ff9900 ;
50
56
border : 10px # 00952d solid;
@@ -65,10 +71,23 @@ a:hover{
65
71
66
72
.box-3 {
67
73
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 ;
68
83
}
69
84
70
85
71
86
87
+
88
+
89
+
90
+
72
91
73
92
74
93
You can’t perform that action at this time.
0 commit comments