9 lines
130 B
CSS
9 lines
130 B
CSS
.input {
|
|
margin: 15px auto;
|
|
width: 80%;
|
|
/* border-bottom: 1px solid black; */
|
|
}
|
|
.text {
|
|
margin: 15px auto;
|
|
width: 80%;
|
|
} |