This commit is contained in:
2024-10-14 00:08:40 +02:00
parent dbfba56f66
commit 1462d52e13
4572 changed files with 2658864 additions and 0 deletions

35
HTML CSS Tabs/index1.css Normal file
View File

@@ -0,0 +1,35 @@
html, body {
background-color: #BBBBBB;
}
.input {
margin-top: 100px;
margin-left:auto;
margin-right:auto;
width:500px;
}
.button {
margin-top: 20px;
margin-left:auto;
margin-right:auto;
width:120px;
}
input {
width:100%;
height: 50px;
font-size: 30px;
color: blue;
}
input.text {
border: 1px solid blue;
}
input.submit {
background-color: blue;
color: #fff;
border: 0;
}