12 lines
106 B
CSS
12 lines
106 B
CSS
|
|
#name {
|
|
margin:30px 0px 20px 0px;
|
|
}
|
|
#title {
|
|
margin:20px 0px 20px 0px;
|
|
}
|
|
.title {
|
|
gap:10px 30px;
|
|
}
|
|
|