-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio_template.css
More file actions
91 lines (68 loc) · 1.15 KB
/
portfolio_template.css
File metadata and controls
91 lines (68 loc) · 1.15 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
90
91
body
{
background-color: rgb(20, 20, 20);
margin: 0;
padding: 0;
box-sizing: border-box;
}
.general
{
color: rgb(220, 220, 220);
background-color: rgb(35, 35, 35);
border: 5px solid rgb(45, 55, 65);
border-radius: 10px;
}
.container-a
{
background-color: rgb(20, 20, 20);
display: flex;
flex-direction: column;
align-items: center;
width: 99vw;
height: 99vh;
padding: 20px 0;
border: 2px solid red;
overflow: scroll;
}
.container-aa
{
width: 90%;
height: 20%;
font-size: 40px;
display: flex;
flex-direction: row;
justify-content: center;
border: 2px solid green;
}
.container-ab
{
display: flex;
flex-direction: row;
justify-content: start;
border: 2px solid green;
width: 90%;
height: 70%;
}
.container-main
{
display: flex;
flex-direction: row;
justify-content: space-between;
er
margin-left: 200px;
}
.container-aba
{
max-width: 100px;
height: 100%;
}
.skills>.Skill-continer
{
display: flex;
flex-direction: row;
}
.container-abb{
border: 2px solid green;
overflow: scroll;
width: 90%;
}