TeleQom.org website (https://teleqom.org)
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.
 
 
 
TeleQom.org/css/sections/message.css

27 lines
333 B

#message {
margin:2rem auto;
max-width: 900px;
}
#message .wrapper {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
padding: 2rem;
}
#message h2 {
margin: 2rem;
}
#message h4 {
margin: 1rem;
}
#message .btn {
margin: 2rem;
}