You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
672 B
53 lines
672 B
|
|
img
|
|
{
|
|
border-radius: 10px;
|
|
}
|
|
|
|
body{
|
|
margin: 0;
|
|
padding:0;
|
|
}
|
|
|
|
#titleDiv
|
|
{
|
|
background-image:url('../assets/deb.webp');
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
background-position: center;
|
|
color :white;
|
|
}
|
|
|
|
#title p
|
|
{
|
|
background-color: grey;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
#title
|
|
{
|
|
font-size: 20px;
|
|
padding: 20px;
|
|
height: 70%;
|
|
align-items: center;
|
|
color: white;
|
|
background-color: #00DBFF;
|
|
|
|
}
|
|
|
|
#key {
|
|
|
|
display: flex;
|
|
justify-content: center;
|
|
color: black;
|
|
}
|
|
#key p
|
|
{
|
|
background-color: grey;
|
|
border-radius: 3px;
|
|
padding:10%;
|
|
|
|
} |