url-shortener/public/nocompiled.css

27 lines
506 B
CSS
Raw Normal View History

2022-02-23 11:29:46 +00:00
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
padding: 25px;
/*background-color: #00171F;
color: #AEB8FE;*/
font-family: "Roboto", sans-serif;
font-size: 2em;
}
input {
width: 100%;
padding: 0.5rem 0.75rem;
margin: 8px 0;
box-sizing: border-box;
}
button {
background-color: #2643d6;
border: none;
color: white;
padding: 0.5rem 2rem;
text-decoration: none;
margin: 1rem 0.5rem;
cursor: pointer;
border-radius: 1rem;
}