Skip to content

Commit c857cf5

Browse files
committed
eliminamos el borde del logo, cambiamos el fondo a blanco en section y agregamos un parrafo CodeYourFuture#1
1 parent e1c9d9e commit c857cf5

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

zoo-css-challenge/index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,14 @@
2020
</header>
2121
<main>
2222
<section class="introduction">
23-
<h1>Birmingham Zoo</h1>
23+
<h1>Birmingham Zoo</h1>
24+
<p>
25+
The zoo is open every day of the year and features three major <br>
26+
biomes: the Tropic Zone, Temperate Territory, and the Polar Circle. <br>
27+
From tropical birds, to snow leopards, grizzly bears, and one of the <br>
28+
nation’s largest colonies of Antarctic penguins, there are animals to <br>
29+
enjoy in every season.
30+
</p>
2431
</section>
2532

2633
<div id="badge">

zoo-css-challenge/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ header {
88
width: 100%;
99
padding: 20px;
1010
}
11+
#logo {
12+
border: none;
13+
}
1114

1215
nav {
1316
display: inline-block;
@@ -76,6 +79,7 @@ footer {
7679
}
7780

7881
.introduction {
82+
background-color: white;
7983
}
8084

8185
#badge {

0 commit comments

Comments
 (0)