-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
125 lines (107 loc) · 1.89 KB
/
Copy pathstyle.css
File metadata and controls
125 lines (107 loc) · 1.89 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
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
#array{
margin: 10px 0px 10px 0px;
width: 100%;
}
.heading{
font-size: 4rem;
}
body{
background-image: url('./textures/wall.jpg');
}
.block{
margin-left: 15px;
display: flex;
flex-direction: column-reverse;
}
.pile{
background-color: rgb(0, 1, 73);
height: 5px;
width: 20px;
}
.former{
margin-top: 20px;
padding: 10px;
margin-bottom: 50px;
}
.algo{
margin: 0px 0px 0px 5px;
}
.un1{
background-color: red ;
height: 5px;
width: 20px;
}
.un2{
background-color: green;
height: 5px;
width: 20px;
}
.numbers{
display: inline-flex;
justify-content: center;
}
a{
text-decoration: none;
color: aqua;
}
.skills{
display: flexbox;
text-align: center;
align-content: center;
background-color: #1b1b1b;
}
.programming{
color: #ffd5d5;
}
p{
font-family: 'Poppins', sans-serif;
font-size: 1.5rem;
text-align: left;
margin: auto;
margin-left: 10%;
margin-right: 10%;
}
.post-wrapper{
display: grid;
grid-template-columns: repeat(auto-fit, 320px);
gap: 20px;
justify-content: center;
padding-bottom: 50px;
}
.post{
border: 1px solid var(--borderColor);
-webkit-box-shadow: -11px 1px 3px -1px rgba(0, 0, 0, 0.150 );
-moz-box-shadow: -11px 1px 3px -1px rgba(0, 0, 0, 0.150 );
box-shadow: -11px 1px 3px -1px rgba(0, 0, 0, 0.150 );
}
.thumbnail{
display: block;
width: 100%;
height: 180px;
object-fit: cover;
}
.post-preview{
background-color: rgb(24, 24, 24);
padding: 15px;
}
.post-title{
color: rgb(255, 255, 255);
font-size: 20px;
margin: 0;
text-align: center;
}
.post-intro{
color: #ffffff;
font-size: 16px;
font-family: 'Poppins', sans-serif;
text-align: left;
}
@media screen and (max-width:1200px) {
.main-container{
width: 95%;
}
}
.simul{
height: 200px;
width: auto;
}