Skip to content

Commit 3c853fa

Browse files
committed
done
1 parent e83a319 commit 3c853fa

File tree

3 files changed

+47
-20
lines changed

3 files changed

+47
-20
lines changed

starter-code/apple-pie-starter-code/css/main.css

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1+
*{
2+
margin: 0;
3+
padding: 0}
4+
15
.mainbackground{
26
background-image:url("../images/apple-pie.jpg");
37
background-size: cover;
48
background-repeat: no-repeat;
5-
height: 800px;
9+
height: 100vh;
610

711

812
}
913

1014
.maintitle{
1115
color: white;
12-
padding: 20% 50% 0% 40%;
16+
padding: 43% 50% 0% 40%;
1317
width: 25%;
1418
text-align: center;
1519
font-family: Helvetica, sans-serif;
@@ -18,15 +22,15 @@
1822
}
1923

2024
.sectiontwo{
21-
height: 180px;
25+
height: 220px;
2226
width: 90%;
23-
margin-left: 10%;
27+
2428
margin-right: 10%;
2529
border-bottom: 1px solid grey;
2630
}
2731

2832
.mainparagraph{
29-
width: 70%;
33+
width: 90%;
3034
text-align: justify;
3135
margin-left: 10%;
3236
font-family: Helvetica, sans-serif;
@@ -64,11 +68,11 @@ li:before{
6468
.sectionfour{
6569
height: 400px;
6670
width: 90%;
67-
margin-left: 10%;
71+
margin-left: 8%;
6872
margin-right: 50%;
6973
font-family: Arial, Helvetica, sans-serif;
7074
font-size: 25px;
71-
text-align: left;
75+
text-align: justify;
7276
border-bottom: 1px solid grey;
7377
font-weight: 100;
7478
}

starter-code/french-onion-soup-starter-code/css/main.css

Lines changed: 31 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@ html {
22
font-family: 'Open Sans', sans-serif;
33
font-size: 18px
44
}
5+
*{
6+
margin: 0;
7+
padding: 0
8+
}
59

610
.mainbackground{
711
background-image:url("../images/soup.jpg");
812
background-size: cover;
913
background-repeat: no-repeat;
10-
height: 800px;
14+
width: 100%;
15+
height: 100vh;
16+
1117
}
1218

1319
.maintitle{
@@ -16,33 +22,46 @@ html {
1622
width: 25%;
1723
text-align: center;
1824
font-family: Helvetica, sans-serif;
19-
font-weight: 300;
20-
font-size: 45px;
25+
font-weight: 200;
26+
font-size: 60px;
27+
}
2128

2229
.sectiontwo{
2330
height: 180px;
2431
width: 90%;
25-
margin-left: 10%;
32+
margin-left:2%;
2633
margin-right: 10%;
2734
border-bottom: 1px solid grey;
35+
/* display: flex;
36+
align-content: center;
37+
justify-content: center; */
38+
}
39+
.image-instructions{
40+
height: 30%;
41+
width: 90%;
42+
margin-left: 30%;
43+
margin-right: 85;
2844
}
2945

3046
.mainparagraph{
31-
width: 70%;
47+
width: 100%;
3248
text-align: justify;
49+
margin-top: 10%;
3350
margin-left: 10%;
51+
margin-right: 10%;
3452
font-family: Helvetica, sans-serif;
35-
font-size: 25px;
53+
font-size: 20px;
3654
font-weight: 100;
3755
}
3856

39-
.recipeimage{
57+
/* .recipeimage{
4058
margin-left: 70%;
41-
}
59+
} */
4260

4361
.sectionthree{
44-
height: 430px;
62+
height: 500px;
4563
width: 90%;
64+
margin-top: 3%;
4665
margin-left: 10%;
4766
font-family: Arial, Helvetica, sans-serif;
4867
font-size: 25px;
@@ -61,11 +80,13 @@ li:before{
6180

6281
.recipeinfo{
6382
margin-left: 42%;
83+
margin-top: 5%;
6484
}
6585

6686
.sectionfour{
67-
height: 600px;
87+
height: 700px;
6888
width: 90%;
89+
margin-top:3%;
6990
margin-left: 10%;
7091
margin-right: 50%;
7192
font-family: Arial, Helvetica, sans-serif;

starter-code/french-onion-soup-starter-code/index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ <h1 class="maintitle">French Onion Soup</h1>
1919
and friends agree none can compare to my recipe for taste and simplicity of
2020
preparation.
2121
</p>
22-
<img class="recipeimage" src="./images/recipe-info.png" alt="cooking info" height="55px">
22+
<div class="image-instructions">
23+
<img //class="recipeimage"// src="./images/recipe-info.png" alt="cooking info" height="55px">
24+
</div>
2325
</section>
2426

2527
<section class="sectionthree">
26-
<h4>Ingredients</h4>
28+
<h4>Ingredients</h4><br>
2729
<ul class="u1">
2830
<li> 1/2 cup unsalted butter</li>
2931
<li> 2 tablespoons olive oil</li>
@@ -41,7 +43,7 @@ <h4>Ingredients</h4>
4143
</section>
4244

4345
<section class="sectionfour">
44-
<h4>Directions</h4>
46+
<h4>Directions</h4><br>
4547
<ol type="1">
4648
<li>Melt butter with olive oil in an 8 quart stock pot on medium heat. Add onions and
4749
continually stir until tender and translucent. Do not brown the onions.</li>

0 commit comments

Comments
 (0)