Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 20 additions & 18 deletions challenge_1/style.css
Original file line number Diff line number Diff line change
@@ -1,37 +1,39 @@
bod {
background-color: black
color: white
font-familia: Helveticalalala;
font-size: 22px
body {
background-color: black;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
padding: 20px;
}

h1 {
colour: 255, 203, 5; /* rgb value */
textalign: center;
color: 255, 203, 5; /* rgb value */
text-align: center;
}

#big_div
border: 3px solid 2E549B; /* hex value */
.big_div {
border: 3px solid #2E549B; /* hex value */
margin: 30px;
pading: 20px;
padding: 20px;
}

pokemon_name {
text-align: center
.pokemon_name {
text-align: center;
font-size: 150;
font: bold
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 */
#special {
font-weight:bold;
color:rgb(225,203,5); /* rgb value */

}
23 changes: 16 additions & 7 deletions challenge_2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,27 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<title>Challenge #2</title>
</head>
<body>
<div id="the_divs" class="one"<h1>Happy Birthday Pikachu!</h1><img src="images/pikachu.gif"></divvvv>
<div id="the_divs" id="two">
<div id="the_divs" class="one">
<h1>Happy Birthday Pikachu!</h1>
<img src="images/pikachu.gif">
</div>
<div class="the_divs" id="two">
<p>Pikachu's birthday wishes:</p>
<li>To always remain <spanid="yellow">yellow</splan></li>
li>To never evolve into Raichu<image classes="raichu" src="images/raichu.png"></li>
<li>To stop electrocuting Ash<img id="ash" "images/ash.png">
<li>To always defeat Team Rocketimg id="team-rocket" source="images/team_rocket.jpg"></li></div>
<ul>
<li>To always remain <span id="yellow">yellow</span> </li>
<li>To never evolve into Raichu<img id="raichu" src="images/raichu.png"></li>
<li>To stop electrocuting Ash<img id="ash" src="images/ash.png"><li>
<li>To always defeat Team Rocket <img id="team_rocket" src="images/team_rocket.jpg"></li>
</li>
</ul>
</div>
<div class="the_divs" id="three">
<p><a "https://www.pokemon.com/us/pokedex/pikachu" target="_blank">Click here</a> to visit Pikachu's Pokedex entry</p>
<p>
<a href="https://www.pokemon.com/us/pokedex/pikachu" target="_blank">Click here</a> to visit Pikachu's Pokedex entry</p>
</div>
</body>
</html>
1 change: 1 addition & 0 deletions challenge_3/challenge_3a/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ div {
width: 600px;
border: 5px solid black;
display: flex;
flex-direction: row-reverse;
}
10 changes: 8 additions & 2 deletions challenge_3/challenge_3b/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ img {
}

div {
margin: auto;
margin:auto;
width: 1250px;
height: 400px;
border: 5px solid black;
}
display: flex;
align-items: center;
justify-content: center;

}
/* 1250 px
400 px */
26 changes: 25 additions & 1 deletion challenge_3/challenge_3c/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,33 @@ img {
div div {
margin: auto;
width: 33%;
height: 250px;
height: 150px;
}

#big_div {
border: 5px solid black;
display: -ms-inline-flexbox;
}
#sub_div1{
display: inline;
flex-direction: row;
justify-content: left;
align-items: center;


}
#sub_div2{
display: block;
flex-direction: row;
align-items: center;
justify-content: center;
}


#sub_div3{
display: -moz-box;
align-items:flex-end ;
justify-content: right;


}
10 changes: 5 additions & 5 deletions warm_up_challenge/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ _________ {
}

/* Record your solutions here:
#1 -
#2 -
#3 -
#4 -
#5 -
#1 - .pika chuuuuu
#2 - #unique
#3 - #Div
#4 -#body
#5 -#html

e.g. - .pika */