!DOCTYPE HTML
!DOCTYPE HTML
DOCTYPE html>
<html>
<head>
<title>Pokemon Dictionary</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
.welcome{
text-align: center;
font-family: cursive;
font-size: 80px;
font-weight: bold;
margin-top: 50px;
color: black;
z-index: 2;
}
.bg-image {
background-size: cover;
background-position: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.account{
position: relative;
padding: 30px;
width: 40%;
left: 330px;
top: 50px;
}
.input-group{
padding: 10px;
}
.avatar_account{
display: inline;
height: 300px;
position: relative;
top: 40px;
left: 460px;
border-radius: 30px;
}
.btn-success{
font-weight: bold;
padding: 10px 15px;
font-size: 14px;
text-align: center;
cursor: pointer;
outline: none;
color: #fff;
background-color: #04AA6D;
border: none;
border-radius: 12px;
box-shadow: 0 7px #999;
}
.btn-success:hover {
background-color: #3e8e41
}
.create_account a:link,
.create_account a:visited {
background-color: white;
color: black;
border: 2px solid green;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
}
.create_account a:hover,
.create_account a:active {
background-color: green;
color: white;
}
.create_account{
font-size: 15px;
font-weight: bold;
position: relative;
left: 250px;
bottom: 50px;
}