-
Notifications
You must be signed in to change notification settings - Fork 3
/
descrp.css
117 lines (109 loc) · 2.09 KB
/
descrp.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
.container{
display: flex;
flex-direction: row;
justify-content: center;
}
/*.......... for py...... */
.py {
background-color: #000000;
width: 328px;
height: 285px;
border: 2px solid #9086b8;
border-radius: 14px;
margin: -5px auto;
position: relative;
top: -27px;
right: -34px;
}
.py img{
width: 209px;
height: 99px;
position: relative;
bottom: -5px;
left: 39px;
border-radius: 9px;
}
/* .........for java.............. */
.jav {
background-color: #000000;
width: 334px;
height: 285px;
border: 2px solid #9086b8;
border-radius: 14px;
margin: -11px auto;
position: relative;
top: -20px;
right: -7px;
}
.jav img{
width: 209px;
height: 111px;
position: relative;
bottom: -6px;
left: 53px;
border-radius: 9px;
}
/*....... for cpp .............. */
.cpp {
background-color: #000000;
width: 327px;
height: 292px;
border: 2px solid #9086b8;
border-radius: 14px;
margin: -10px auto;
position: relative;
top: -22px;
right: 22px;
}
.cpp img{
width: 209px;
height: 102px;
position: relative;
bottom: -5px;
left: 54px;
border-radius: 9px;
}
/* ...............Writing ways............. */
/* for python fonts */
.py h3{
font-family: 'Slabo 27px', serif;
font-size: larger;
margin: 8px auto;
padding: -1px;
color: wheat;
}
.py p{
font-family: 'Slabo 27px', serif;
color: wheat;
margin: -6px auto;
width: 323px;
text-align: initial;
}
/* for java fonts */
.jav h3{
font-family: 'Slabo 27px', serif;
font-size: larger;
margin: 6px auto;
color: wheat;
}
.jav p{
font-family: 'Slabo 27px', serif;
color: wheat;
margin: 9px auto;
width: 339px;
text-align: initial;
}
/* for cpp fonts */
.cpp h3{
font-family: 'Slabo 27px', serif;
color: wheat;
font-size: larger;
margin: 3px auto;
}
.cpp p{
font-family: 'Slabo 27px', serif;
color: wheat;
margin: 1px auto;
width: 329px;
text-align: initial;
}