Styles shared between pages.

This commit is contained in:
codevictory
2021-04-28 19:19:13 +03:00
parent a096ad07a2
commit 5faac423bf
6 changed files with 49 additions and 45 deletions

View File

@@ -1,14 +0,0 @@
section.text {
display: flex;
flex-direction: column;
align-items: center;
width: 80%;
max-width: 1000px;
background-image: linear-gradient(to top, rgba(255, 0, 0, 0), #d5caf2);
text-align: center;
p {
padding: 0px 20px;
max-width: 56%;
}
}