Kingston_Pendrive/Suli/12.b/Webprogramozás/Gyakorlat/Dolgozat/2023. 10. 10 - Testtömegindex számító alkalmazás/style.css

26 lines
396 B
CSS
Raw Normal View History

2024-11-19 18:04:02 +00:00
body{
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
background: linear-gradient(to right, hsl(200, 50%, 50%), hsl(30, 40%, 30%));
}
table{
border: 4px black solid;
font-size: 1.5rem;
}
td{
border: 2px black solid;
padding: 5px;
}
button{
font-size: 2rem;
border-radius: 10px;
}
input{
width: 60px;
}