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:
valitovgaziz
2025-08-11 14:45:25 +05:00
parent 33cc6ef830
commit dc507da73d
4 changed files with 129 additions and 97 deletions
+8
View File
@@ -0,0 +1,8 @@
input {
padding: 10px;
width: 300px;
max-width: 100%;
margin: 10px;
border-radius: 5px;
border: none;
}
+2
View File
@@ -1,3 +1,5 @@
@import url("./input.css");
body {
font-family: "Arial", sans-serif;
margin: 0;