-
Notifications
You must be signed in to change notification settings - Fork 1
/
portfolio.css
76 lines (65 loc) · 1.18 KB
/
portfolio.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
h1,h3{
font-family: arial, "Open Sans";
color: #189AB4;
margin: auto;
text-align: center;
padding: 2vh 2vh;
font-weight: bold;
background-color: #D4F1F4;
border-radius: 1vh;
}
h2{
font-family: arial, "Open Sans";
color: #05445E;
margin: auto;
text-align: left;
padding: 1vh 2vh;
}
.doc1{
font-family: arial, "Open Sans";
color: #189AB4;
margin: auto;
text-align: center;
padding: 1vh 2vh;
}
.add{
font-family: arial, "Open Sans";
color: #189AB4;
margin: auto;
text-align: left;
padding: 1vh 2vh;
}
.about{
font-family: arial, "Open Sans";
color: #05445E;
margin: auto;
text-align: justify;
padding: 1vh 2vh;
}
.img{
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
padding: 1vh 1vh;
}
.doc{
font-family: arial, "Open Sans";
color: #05445E;
margin: auto;
text-align: justify;
padding: 1vh 2vh;
}
h4{
font-family: arial, "Open Sans";
color: #189AB4;
margin: auto;
text-align: center;
padding: 1vh 2vh;
}
.social {
display: flex;
flex-direction: row;
justify-content: space-around;
padding: 1vh 1vh;
}