forked from DevSankalp1894/swank-meeting-7218
-
Notifications
You must be signed in to change notification settings - Fork 0
/
education.css
161 lines (123 loc) · 2.45 KB
/
education.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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
/* #scrollbar {
float: left;
overflow-y: auto;
height: 800px;
width: 60%;
} */
body {
/* width: 90%; */
margin: auto;
font-family: 'Open Sans', sans-serif;
}
h1 {
font-family: 'Open Sans', sans-serif;
text-decoration: underline;
text-decoration-color: red;
margin-left: 90px;
margin-top:20px;
}
/* first top left */
#container {
display: flex;
justify-content: space-evenly;
width: 90%;
margin: auto;
margin-top:10px;
margin-bottom:30px;
}
#container1 {
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
padding: 5px;
width: 65%;
border-radius: 5px;
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 30px;
font-family: 'Open Sans', sans-serif;
}
#container1>div img {
width: 30%;
}
#container1 h3:hover {
color: blue
}
/* first top right */
#container2 {
/* border: 1px solid blue; */
width: 30%;
border-radius: 5px;
}
#container2 h4:hover {
color: blue
}
/* #container2>div {
margin-top: 300px;
} */
.container2_Scrollbar {
/* border: 1px solid red; */
margin-top: 50px;
float: left;
overflow-y: auto;
height: 1000px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.container2_Scrollbar>h2 {
text-decoration: underline;
text-decoration-color: red;
position: absolute;
background-color: white;
width: 30%;
margin-top: 0px;
margin-left: 5px;
font-size: 22px;
color: blue
}
.container2_Scrollbar>h2:hover {
color: red;
cursor: pointer;
}
#container2_content {
/* width: 30%; */
padding: 5px;
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 20px;
margin-top: 20px;
}
#container2_content>div img {
width: 30%;
}
.news_div {
display: flex;
justify-content: space-between;
}
.news_div>div {
flex-wrap: wrap;
width: 68%;
}
/* right second div more from education*/
#container2_content1 {
/* width: 30%; */
padding: 5px;
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 20px;
font-family: 'Open Sans', sans-serif;
margin-top: 20px;
}
#container2_content1>div img {
width: 30%;
}
/* right third div World gallery*/
#container2_content2 {
/* width: 30%; */
padding: 5px;
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 20px;
font-family: 'Open Sans', sans-serif;
margin-top: 20px;
}
#container2_content2>div img {
width: 100%;
}