modified: begushiybashkir/src/index.html
new file: begushiybashkir/src/scripts.js/script.js new file: begushiybashkir/src/style/input.css modified: begushiybashkir/src/style/style.css add onload window func, divice style intput
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
input {
|
||||
padding: 10px;
|
||||
width: 300px;
|
||||
max-width: 100%;
|
||||
margin: 10px;
|
||||
border-radius: 5px;
|
||||
border: none;
|
||||
}
|
||||
@@ -1,3 +1,5 @@
|
||||
@import url("./input.css");
|
||||
|
||||
body {
|
||||
font-family: "Arial", sans-serif;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user