-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv1.css
134 lines (103 loc) · 2.17 KB
/
cv1.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
body{
padding: 0px;
margin: 0px;
background-color: lightpink;
height: 100%;
}
.main{
display: flex;
align-items: center;
justify-content: center;
}
.box{
display: flex;
height: 600px;
width: 90%;
background-color: aliceblue;
position: absolute;
top: 50px;
}
.icon{
height: 30px;
width: 20px;
transition: all is ease-out;
}
.ul{
list-style: none;
display: flex;
flex-direction: columns;
justify-content: space-between;
height: 84vh;
padding: 0px 0px 14px;
margin: 0;
}
.icon.one{
background-color: aqua;
transform: scale(2);
border-radius: 5px;
}
.icon.hover{background-color: hsl(228, 13%, 47%);
transform: scale(2);
border-radius: 5px;
}
.profile{
height: 110%;
width: 40%;
position: absolute;
top: -28px;
left: 65px;
box-shadow: 10px 10px (0,0%,50.2%,0.24);
}
.text{
height: 210px;
width: 466px;
overflow:auto;
box-sizing: border-box;
position: absolute;
right: 60px;
font-family: Arial, Helvetica, sans-serif,poppins,-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
h2{
position: absolute;
right: 402px;
bottom: 288px;
}
.one{
display: grid;
grid-template-columns: 50% 50%;
grid-template-rows: 34px 101px 20px;
row-gap: 5px;
column-gap: 30px;
box-sizing: border-box;
width: 506px;
position: absolute;
right: 23px;
bottom: 0px;
height: 289px;
font-family: 'Courier New', Courier, monospace;
font-family: Arial, Helvetica, sans-serif;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.content{
box-sizing: border-box;
width: 250px;
font-family:monospace,sans-serif ;
font-family:robot sans-serif ;
}
.profile_1{
z-index: 2;
position: absolute;
bottom: 131px;
left: 158px;
padding: 10px 10px 10px 10px;
}
.asim{
height: 40px;
width: 40px;
left: 158;
margin-block-end: -150px;
position: center;
}
.shayan{
margin-block-end: -100px;
}