-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.css
88 lines (75 loc) · 1.44 KB
/
about.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
#about{
/* background-color: rgba(0, 0, 0, 0.822); */
height: 100vh;
overflow: hidden;
}
#about .inabout{
margin-top: 5%;
}
.aboutimg{
/* background-color: #fff; */
display: flex;
justify-content: center;
}
.aboutimg svg{
height: 50vh;
width: 95%;
/* background-color: blueviolet; */
animation: img var(--load-time) ease-in;
}
.inabout .aboutpg{
display: flex;
justify-content: center;
align-items: center;
height:36vh;
/* background-color: rgb(37, 24, 24); */
}
.aboutpg p{
font-family: sans-serif;
font-size: 1.4em;
width: 90%;
text-align: center;
animation: page var(--load-time) ease-in;
}
.aboutpg p a{
text-decoration: none;
color: rgb(0, 42, 78);
/* display:contents; */
/* font-size:0.8em; */
width: 90%;
text-align: center;
}
/*
.inabout{
margin-top: 3%;
background-color: tomato;
}
.aboutimg{
background-color: violet;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.aboutimg svg{
background-color: white;
height: 60vh;
width: 90%;
}
.inabout p{
font-family: sans-serif;
margin-right: 4%;
margin-left: 4%;
margin-top: 10%;
font-size: 2em;
display: flex;
justify-content: center;
text-align: center;
line-height: 1.2em;
}
.inabout p a{
display:contents;
color: rgb(9, 0, 138);
font-size: 25px;
text-decoration: none;
} */