Kingston_Pendrive/Suli/12.b/Webprogramozás/Gyakorlat/Dolgozat/2023. 12. 12 - Ajax lekérések/style.css

35 lines
776 B
CSS
Raw Normal View History

2024-11-19 18:04:02 +00:00
@import url('https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dhurjati&display=swap');
body {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
min-height: 100vh;
background: linear-gradient(#e66465, #9198e5);
}
.content {
border: 4px black solid;
border-radius: 10px;
padding: 1.3rem;
}
button {
font-size: 2rem;
cursor: pointer;
border: 2px black solid;
font-family: "Silkscreen";
border-radius: 20px;
}
.response {
display: flex;
justify-content: center;
align-items: center;
margin-top: 10px;
border: 4px black solid;
font-family: "Dhurjati";
font-size: 1.5rem;
}