mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 06:20:30 +02:00
binary translator
This commit is contained in:
parent
6e7169a1c0
commit
c6e1b4717e
3 changed files with 73 additions and 0 deletions
33
binary/style.css
Normal file
33
binary/style.css
Normal file
|
@ -0,0 +1,33 @@
|
|||
@import url(/global.css);
|
||||
|
||||
.container {
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
border-radius: 20px;
|
||||
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
|
||||
textarea, input, button {
|
||||
width: 70%;
|
||||
margin-top: 10px;
|
||||
padding: 10px;
|
||||
border-radius: 10px;
|
||||
border: none;
|
||||
background-color: #333;
|
||||
color: #f0f0f0;
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: none;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
button {
|
||||
cursor: pointer;
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: #555;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue