init commit
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
body {
|
||||
|
||||
margin: auto;
|
||||
position: relative;
|
||||
|
||||
background-color: #4A245E;
|
||||
font-family: Lato sans-serif;
|
||||
color: white;
|
||||
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
||||
padding: 25px;
|
||||
font-size: 5em;
|
||||
|
||||
}
|
||||
|
||||
div {
|
||||
|
||||
display: inline-block;
|
||||
margin: auto;
|
||||
|
||||
}
|
||||
|
||||
button {
|
||||
|
||||
background-color: white;
|
||||
color: #4A245E;
|
||||
border: none;
|
||||
padding: 25px;
|
||||
text-decoration: none;
|
||||
font-size: 1.5em;
|
||||
font-family: Lato sans-serif;
|
||||
display: inline-block;
|
||||
|
||||
}
|
||||
|
||||
p {
|
||||
|
||||
padding : 25px;
|
||||
font-size: 2em;
|
||||
display: inline-block;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user