Skip to content

Commit bd034b1

Browse files
committed
"update : Style do componente About "
1 parent 8d44801 commit bd034b1

File tree

3 files changed

+92
-0
lines changed

3 files changed

+92
-0
lines changed

FrontEnd/tripscript-react/src/styles/About.css

Lines changed: 47 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

FrontEnd/tripscript-react/src/styles/About.css.map

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
#home {
2+
width: 100%;
3+
height: 80vh;
4+
background-color: #892BE2C8;
5+
6+
display: grid;
7+
grid-template-columns: 50% 50%;
8+
grid-template-rows: 10% 30% 5% 40% 15%;
9+
10+
color: white;
11+
12+
.home-logo {
13+
grid-row-start: 3;
14+
grid-column-start: 1;
15+
justify-self: center;
16+
align-self: center;
17+
}
18+
19+
.home-intro {
20+
grid-row-start: 2;
21+
grid-column-start: 2;
22+
23+
>p {
24+
font-size: 1.2rem;
25+
}
26+
}
27+
28+
.home-intro2 {
29+
grid-row-start: 4;
30+
grid-column-start: 2;
31+
32+
>p {
33+
font-size: 1.2rem;
34+
}
35+
}
36+
}

0 commit comments

Comments
 (0)