diff --git a/challenge_1/style.css b/challenge_1/style.css index 042bc54..94aaa2c 100644 --- a/challenge_1/style.css +++ b/challenge_1/style.css @@ -1,37 +1,39 @@ -bod { - background-color: black - color: white - font-familia: Helveticalalala; - font-size: 22px +body { + background-color: black; + color: white; + font-family: Helvetica; + font-size: 22px; padding: 20px; } h1 { - colour: 255, 203, 5; /* rgb value */ - textalign: center; + color: rgb(255, 203, 5); + text-align: center; } -#big_div - border: 3px solid 2E549B; /* hex value */ +.big_div { + border: 3px solid #2E549B; margin: 30px; - pading: 20px; + padding: 20px; } -pokemon_name { - text-align: center - font-size: 150; - font: bold +.pokemon_name { + text-align: center; + font-size: 150%; + font-weight: bold; margin: 10px; +} .sub_div { display: flex; } img { - width: 250; + width: 250px; padding-right: 50px; } -special { - font-wieght: cold - color: 255, 203, 5; /* rgb value */ \ No newline at end of file +#special { + font-weight: bold; + color: rgb(255, 203, 5); +} \ No newline at end of file diff --git a/challenge_2/index.html b/challenge_2/index.html index a4b4b49..df325e0 100644 --- a/challenge_2/index.html +++ b/challenge_2/index.html @@ -3,17 +3,35 @@
-Pikachu's birthday wishes:
-Click here to visit Pikachu's Pokedex entry
+ +
Pikachu's birthday wishes:
+ +


+ + Click here + + to visit Pikachu's Pokedex entry +
+