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.
28 lines
430 B
28 lines
430 B
html {
|
|
font-family: Helvetica;
|
|
display: inline-block;
|
|
margin: 0px auto;
|
|
text-align: center;
|
|
}
|
|
h1{
|
|
color: #0F3376;
|
|
padding: 2vh;
|
|
}
|
|
p{
|
|
font-size: 1.5rem;
|
|
}
|
|
.button {
|
|
display: inline-block;
|
|
background-color: #008CBA;
|
|
border: none;
|
|
border-radius: 4px;
|
|
color: white;
|
|
padding: 16px 40px;
|
|
text-decoration: none;
|
|
font-size: 30px;
|
|
margin: 2px;
|
|
cursor: pointer;
|
|
}
|
|
.button2 {
|
|
background-color: #f44336;
|
|
}
|
|
|