Skip to content
Snippets Groups Projects
Commit 5c05636c authored by HouTeng Chan's avatar HouTeng Chan
Browse files

Update file home.html

parent f272a375
No related branches found
No related tags found
No related merge requests found
...@@ -234,30 +234,37 @@ ...@@ -234,30 +234,37 @@
overflow: hidden; overflow: hidden;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
padding: 30px; padding: 30px;
text-align: center;
} }
.ape-solution h2 { .ape-solution h2 {
font-family: 'Merriweather', serif; font-family: 'Merriweather', serif;
font-size: 2rem; font-size: 2.5rem;
color: #333; color: #333;
text-align: center; text-align: center;
margin-bottom: 30px; margin-bottom: 40px;
}
.ape-solution h2 span {
color: #fa8072;
} }
.ape-row { .ape-row {
display: flex; display: flex;
align-items: center; align-items: center;
margin-bottom: 20px; margin-bottom: 30px;
justify-content: center;
} }
.ape-icon { .ape-icon {
width: 100px; width: 80px;
height: 100px; height: 80px;
margin-right: 20px; margin-right: 20px;
} }
.ape-text { .ape-text {
flex: 1; flex: 0 1 60%;
text-align: left;
} }
.ape-title { .ape-title {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment