mirror of
https://github.com/atapas/html-tips-tricks.git
synced 2024-11-16 00:38:26 +01:00
fixed some errors and added style for inputs section
This commit is contained in:
parent
c09e25f2d4
commit
f0218a0d5b
3 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
|
|
6
main.css
6
main.css
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue