-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.css
More file actions
89 lines (76 loc) · 1.52 KB
/
about.css
File metadata and controls
89 lines (76 loc) · 1.52 KB
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
89
html, body {
margin: 0;
font-size: 18px;
font-family: 'Montserrat', sans-serif;
/* background: rgb(245, 245, 245); */
--section-top-bottom-padding: 250px;
}
main{
/* background-image: linear-gradient(#1351A0, white); */
}
/* img { */
/* border-radius: 100%; */
/* width: 100px;
} */
.about{
--bg: none;
--row-repeat: 3;
/* --row-repeat-size: 20%; */
--grid-item-1: 1/2/2/3;
--grid-item-2: 2/2/3/3;
--grid-item-3: 3/2/4/3;
--grid-item-4: 5/2/6/3;
text-align: center;
/* margin-top: 80px; */
/* color: white; */
background-color: white;
}
.about-title{
text-align: left;
background: rgb(156, 168, 184);
/* background-color: #F4B10B; */
/* background-color: #F4610B; */
background-color: #1351A0;
padding: 40px 0 50px;
color: white;
height: 60px;
}
.content {
/* width: 100%; */
/* height: 100px; */
/* background-color: orange; */
/* text-align: left; */
/* padding: 0 20px; */
margin: 15px auto;
}
.social-links{
margin: 25px;
}
.social-links a{
margin: 0 20px;
}
div.mypic img{
border-radius: 100%;
width: auto;
/* height: auto; */
}
.text p{
text-align: left;
/* padding: 0 20px; */
margin: 60px auto 80px;
max-width: 360px;
font-size: 1.2em;
}
/* footer{
height: fit-content;
padding: 20px 0; */
/* background: grey; */
/* background-color: #08346D;
color: white;
}
footer a{
color: white;
}
footer a:hover{
color: rgb(0, 255, 255);
} */