Design the interface and styling
هذا الالتزام موجود في:
29
style.css
29
style.css
@@ -1,3 +1,32 @@
|
||||
* {
|
||||
font-family: sans-serif;
|
||||
color: #1E1C06;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #E1DC9F;
|
||||
}
|
||||
|
||||
div {
|
||||
margin: 20px auto;
|
||||
width: min(800px, 90%);
|
||||
}
|
||||
|
||||
input {
|
||||
padding: 10px 20px;
|
||||
border-radius: 5px;
|
||||
border: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
label {
|
||||
display: block;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=style.css.map */
|
||||
|
المرجع في مشكلة جديدة
حظر مستخدم