-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
45 lines (22 loc) · 1.08 KB
/
style.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
.button:hover{background-color: black;color: chartreuse;}
.img{max-width: 100px;}
.img4{max-width: 150px;}
.img1{max-width: 30px;}
.img2{max-width: 50%;;}
.button{background-color: rgba(10, 221, 116, 0.877);padding: 5px 20px ;border-radius: 20px;border: none;color: white;margin-bottom: 15px;}
.container{margin-bottom: 50px;padding-bottom: 25px;}
.main{background-color: rgb(179 212 179 / 43%);
}
.minicard{text-align: center;padding: 10px;background-color: rgba(196, 219, 212, 0.24);height:230px;border-radius: 20px;}
.bg{background-color: rgb(179 212 179); ;}
.minicard1{text-align: center;padding: 10px;background-color: white;height:225px;border-radius: 20px;box-shadow: 1px 1px 15px -7px black;;}
.col{border: none;}
.course{font-size: 15px;margin-top: 2px;}
.man{position: relative;}
.man1{left: 120px;}
.card1{border: none;box-shadow: 1px 1px 15px -7px black;border-radius: 20px;}
.footchild{margin-left: 50px;}
.footchild1{margin-left: 10px;}
footer{text-align: center;color: white;}
.main2{background-color: rgba(10, 0, 0, 0.918);}
.pad{padding-top: 40px;color: white;}