-
Notifications
You must be signed in to change notification settings - Fork 0
/
Learn_AI.css
106 lines (93 loc) · 1.57 KB
/
Learn_AI.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
*{
margin: 0%;
padding: 0%;
font-family: Arial, Helvetica, sans-serif;
}
body{
width: 70%;
margin: auto;
background-color:#c3ddf1 ;
}
h3{
margin-top: 70px;
}
#card-box{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
row-gap: 15px;
}
#img-box {
width: 250px;
height: 250px;
background-color: #ffff;
border-radius: 5px;
box-shadow: 0 0 4px #d4ecff;
border-radius: 4px;
cursor: pointer;
overflow: hidden;
transition: all 0.3s ease;
}
#img1{
height: 70%;
width: 100%;
object-fit: cover;
}
#but{
width: 70px;
height: 30px;
background-color: rgba(21, 121, 160, 0.918);
margin-top: 10%;
margin-left: 35%;
margin-right: 23%;
border-radius: 9px;
}
#A{
color: white;
}
#boxForCourser{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
row-gap: 20px;
}
#img-box2 {
width: 250px;
height: 350px;
background-color: #ffff;
border-radius: 5px;
box-shadow: 0 0 4px #d4ecff;
border-radius: 4px;
cursor: pointer;
overflow: hidden;
transition: all 0.3s ease;
}
#img2 {
height: 50%;
width: 100%;
object-fit: cover;
}
#img3{
height: 100%;
width: 100%;
object-fit: cover;
}
.flex {
display: flex;
align-items: center;
height: 60px;
}
nav {
background-color: #f3faff;
box-shadow: 0 0 4px #bbd0e2;
position: fixed;
top: 0;
z-index: 99;
left: 0;
right: 0;
}
#AA{
text-align: center;
margin-left: 500px;
font-size: x-large;
}