fixed some errors and added style for inputs section

This commit is contained in:
KimtVak8143 2022-10-05 22:49:38 +05:30
parent c09e25f2d4
commit f0218a0d5b
3 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset='utf-8'>

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset='utf-8'>

View file

@ -34,10 +34,10 @@ li {
.box {
border: 1px dotted;
border-radius: 5px;
border-radius: 9px;
padding: 10px;
width: 80%;
margin: px;
width: 70%;
margin: 10px;
text-align: center;
}
.demo {