18 lines
169 B
PHP
18 lines
169 B
PHP
|
<?php include("../colors.php"); ?>
|
||
|
|
||
|
.title{
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.main-container{
|
||
|
margin: 30px;
|
||
|
}
|
||
|
|
||
|
.section{
|
||
|
margin-bottom: 30px;
|
||
|
}
|
||
|
|
||
|
input{
|
||
|
margin-bottom: 10px;
|
||
|
}
|