styling changes, styling clean-up
This commit is contained in:
parent
fada249778
commit
41c98ebc3e
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="satstodollars">
|
<div class="satstodollars">
|
||||||
<h1>Sats to fiat Calc</h1>
|
<h2>Sats to fiat Calc</h2>
|
||||||
<label for="sats-input">Enter the amount of Bitcoin in satoshis:</label>
|
<label for="sats-input">Enter the amount of Bitcoin in satoshis:</label>
|
||||||
<br>
|
<br>
|
||||||
<input type="number" id="sats-input">
|
<input type="number" id="sats-input">
|
||||||
|
@ -1,36 +1,42 @@
|
|||||||
/* CSS styles for the Bitcoin Price Tracker */
|
/* CSS styles for the Bitcoin Price Tracker */
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
background: #202020;
|
background: #151515;
|
||||||
color: #ffffff;
|
|
||||||
font-family: monospace, Arial;
|
font-family: monospace, Arial;
|
||||||
font-size: 12px;
|
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
color: #f0f0f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
|
||||||
color: #f7931a;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: #ff7500;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover {
|
|
||||||
color: rgb(149, 0, 207);
|
|
||||||
}
|
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
width: auto;
|
width: auto;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
background-color: #282828;
|
background-color: #252525;
|
||||||
border: 3px solid #ffffff;
|
border: 3px solid #f7931a;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
|
||||||
align-items: center; /* Center items vertically within the container */
|
align-items: center; /* Center items vertically within the container */
|
||||||
justify-content: center; /* Center items horizontally within the container */
|
justify-content: center; /* Center items horizontally within the container */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 30;
|
||||||
|
font-style: bolder;
|
||||||
|
}
|
||||||
|
h2 {
|
||||||
|
font-size: 20;
|
||||||
|
font-style: bolder;
|
||||||
|
}
|
||||||
|
h3 {
|
||||||
|
font-size: 10;
|
||||||
|
font-style: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #f7931a;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #8154e9;
|
||||||
|
}
|
@ -10,7 +10,7 @@
|
|||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
background: #101010;
|
background: #101010;
|
||||||
font-style: bolder;
|
font-style: bolder;
|
||||||
color: #f7931a;
|
color: #fbc219;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -7,12 +7,8 @@
|
|||||||
.settings img {
|
.settings img {
|
||||||
width: 25px;
|
width: 25px;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 40px;
|
||||||
margin-right: 10px; /* Add margin to separate cog image from dropdowns */
|
margin-right: 20px; /* Add margin to separate cog image from dropdowns */
|
||||||
}
|
|
||||||
|
|
||||||
.cog-image {
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-dropdown,
|
.theme-dropdown,
|
||||||
@ -40,9 +36,3 @@
|
|||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#currency-select img {
|
|
||||||
width: 70px;
|
|
||||||
height: 38px;
|
|
||||||
border-radius:2px
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user