12 lines
138 B
CSS
12 lines
138 B
CSS
.div-1 h1 {
|
|
text-align:center;
|
|
}
|
|
|
|
.div-2 a {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
text-align:center;
|
|
}
|
|
|