Converter update!
This commit is contained in:
parent
0980a2aa8b
commit
a8fa9b9783
7 changed files with 257 additions and 18 deletions
|
@ -1,3 +1,6 @@
|
|||
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css");
|
||||
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400&display=swap');
|
||||
|
||||
:root {
|
||||
--primary-color: rgb(230, 210, 255);
|
||||
--text-color: rgb(230, 230, 255);
|
||||
|
@ -8,7 +11,7 @@
|
|||
* {
|
||||
text-align: center;
|
||||
color: var(--text-color);
|
||||
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
||||
font-family: 'Rubik', Verdana, Geneva, Tahoma, sans-serif;
|
||||
}
|
||||
|
||||
h1,
|
||||
|
@ -19,12 +22,11 @@ h1>* {
|
|||
p,
|
||||
select,
|
||||
input {
|
||||
font-size: 1.4rem;
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 5px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
body,
|
||||
|
@ -39,13 +41,13 @@ html {
|
|||
|
||||
select,
|
||||
input {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
background-color: var(--second-bg-color);
|
||||
color: var(--text-color);
|
||||
margin: 5px auto;
|
||||
border: 2px var(--primary-color) solid;
|
||||
border-radius: 5px;
|
||||
padding: 5px;
|
||||
padding: 7px;
|
||||
}
|
||||
|
||||
.col-sm-3 {
|
||||
|
@ -75,3 +77,8 @@ hr {
|
|||
display: block;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
div, a, h2 {
|
||||
padding: 0 !important;
|
||||
margin: auto !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue