scrimba
Note at 1:38
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Note at 1:38
AboutCommentsNotes
Note at 1:38
Expand for more info
index.css
run
preview
console
html, body {
color: white;
margin: 0;
padding: 0;

background-color: rgba(0,0,0,0.5);
background-image: url(https://images.pexels.com/photos/534216/pexels-photo-534216.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
background-size: cover;
background-repeat: no-repeat;
background-position: 100% 50%;
background-blend-mode: overlay;
}

body {
text-align: center;
text-shadow: 1px 1px 12px greenyellow;
font-family: 'Bodoni Moda', serif;
font-size: 1.1rem;
}

input {
width: 150px;
height: 30px;
font-size: 20px;
font-family: 'Bodoni Moda', serif;
text-shadow: 1px 1px 1px black;
margin: 5px auto;
background-color: rgba(0,255,0,0.7);
color: white;
}

button {
width: 300px;
height: 40px;
font-size: 20px;
font-family: 'Bodoni Moda', serif;
font-weight: 700;
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
}
button:hover,
button:focus {
border: 3px solid white;
background-color: orange;
color: white;
text-shadow: 1px 1px 1px black;
cursor: pointer;
}

#output-text {
/* border: 3px solid red; */
background-color: rgba(0,255,0,0.7);
color: white;
text-shadow: 1px 1px 1px black;
padding: 5px 0;
font-size: 1.5em;
}



Console
"2"
,
"USD"
,
"EURO"
,
"0.822219"
,
<p
id=
"output-text"
>
,
"20"
,
"USD"
,
"EURO"
,
"0.822219"
,
<p
id=
"output-text"
>
,
"25"
,
"USD"
,
"EURO"
,
"0.822219"
,
<p
id=
"output-text"
>
,
"20"
,
"USD"
,
"EURO"
,
"0.822219"
,
<p
id=
"output-text"
>
,
"20"
,
"USD"
,
"EURO"
,
"0.822219"
,
<p
id=
"output-text"
>
,
"17"
,
"USD"
,
"EURO"
,
"0.822219"
,
<p
id=
"output-text"
>
,
"17"
,
"USD"
,
"EURO"
,
"0.822219"
,
<p
id=
"output-text"
>
,
"15"
,
"USD"
,
"EURO"
,
"0.822219"
,
<p
id=
"output-text"
>
,
/index.html
LIVE