mirror of
https://github.com/cupcakearmy/formhero.git
synced 2025-09-05 22:00:39 +00:00
github pages
This commit is contained in:
@@ -10,17 +10,28 @@
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 0;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.box,
|
||||
section {
|
||||
text-align: center;
|
||||
max-width: 25em;
|
||||
margin: 1em auto;
|
||||
padding: 1em;
|
||||
background-color: #f3f3f3;
|
||||
border-radius: 0.5em;
|
||||
box-shadow: 0 8px 16px -16px rgba(0, 0, 0, 0.5);
|
||||
margin: 2em auto;
|
||||
}
|
||||
|
||||
input {
|
||||
section {
|
||||
padding: 1em;
|
||||
background-color: #f3f3f3;
|
||||
border-radius: 2rem;
|
||||
box-shadow: 0 8px 16px -16px rgba(0, 0, 0, 0.5);
|
||||
border: 0.2rem solid #bae8ee;
|
||||
}
|
||||
|
||||
input,
|
||||
select {
|
||||
font-size: 1.25em;
|
||||
display: block;
|
||||
padding: 0.5em 1em;
|
||||
@@ -28,7 +39,7 @@
|
||||
border-radius: 1em;
|
||||
width: 100%;
|
||||
outline: none;
|
||||
border: 0.15em solid white;
|
||||
border: 0.2rem solid #bae8ee;
|
||||
}
|
||||
|
||||
input:focus,
|
||||
@@ -44,14 +55,19 @@
|
||||
display: inline;
|
||||
width: initial;
|
||||
}
|
||||
|
||||
form {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
<script type="module" crossorigin src="/assets/index-1a9957bf.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<section>
|
||||
<h3>Open the console to see the submitted data</h3>
|
||||
</section>
|
||||
<div class="box">
|
||||
<i>Open the console to see the submitted data</i>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user