About-text component

This commit is contained in:
2023-08-29 08:13:32 -04:00
parent 9b0d5b7ca3
commit e695720809
4 changed files with 151 additions and 108 deletions
+17
View File
@@ -113,6 +113,23 @@ p {
color: #505056;
margin: 0px;
}
.designed-title {
font-size: 24px;
font-weight: 700;
margin-bottom: 10px;
margin-top: 30px;
padding-bottom: 7px;
text-align: center;
text-shadow: 3px 4px 10px rgba(0,0,0,.3);
}
.designed-description {
font-size: 20px;
line-height: 28px;
font-weight: 400;
color: #505056;
text-align: center;
}
.bg_cover {
background-position: center center;