-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.css
96 lines (79 loc) · 1.37 KB
/
home.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
.nav{
background-color: black !important;
height: 8vh !important;
}
a{
color: green !important;
text-decoration: none;
}
.img1{
width: 100%;
height: 70vh;
}
#btn2{
position: absolute;
left:42%;
bottom: 50%;
background-color: black;
width: 150px;
height: 50px;
border-radius: 12px;
border: none;
color: green;
}
#btn2:hover{
background-color: orange;
}
.corses{
text-align: center;
}
@media only screen and (max-width: 600px) {
#btn2{
position: absolute;
left: 35%;
bottom: 50%;
background-color: antiquewhite;
width: 150px;
height: 50px;
border-radius: 12px;
border: none;
}
}
span{
color: green;
}
.corsesList{
text-align: center;
}
h5{
color :green
}
.img{
width: 100%;
height: 100px;
}
.cour1{
width: 300px;
height: 220px;
border: 2px solid green;
}
#random1{
height: 50px;
background-color: green;
border-radius: 12px;
border: none;
}
.footer{
text-align: center;
color: blueviolet;
}
@media only screen and (max-width: 900px) {
.cour1{
width: 300px;
height: 220px;
border: 2px solid green;
margin: 12px;
position: relative;
left: 80px ;
}
}