Partaking in the Daily UI challenge to enhance my skills, but have encountered a hurdle.
After entering numbers into the Card Number field, it appears to be replacing the images I uploaded.
There might be something glaringly obvious that I'm missing out on.
The code is somewhat disorganized, but I'm still fairly new to this, so please bear with me!
@import url("https://fonts.googleapis.com/css?family=Arimo|Roboto");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
#wrapper {
height: 600px;
width: 600px;
background-color: white;
margin: 0 auto;
border-radius: 10px;
padding: 20px;
text-align: center;
font-family: "Roboto", sans-serif;
}
/* CSS code continues... */
<!DOCTYPE html>
<html>
<!-- HTML content continues... -->