-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhome.css
121 lines (113 loc) · 2.66 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
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
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background-image: url("https://img.freepik.com/premium-vector/diwali-seamless-pattern-with-indian-ornament-flower-leaf_87850-187.jpg");
}
.container h1{
font-size: 70px;
font-weight: 1200px;
color: rgb(101, 24, 37);
}
nav{
display: flex;
justify-content: space-between;
background-color: rgba(187, 113, 38, 0.878);
}
nav ul{
display: flex;
position: relative;
right: 100px;
gap: 60px;
top:30px;
}
nav ul li{
list-style:none;
font-size: 25px;
color: rgb(101, 24, 37);
font-weight: 700;
}
.one{
padding-top: 10px;
font-size: 40px;
display: flex;
justify-content: center;
background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
color: white; /* White text color */
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Add text shadow for better readability */
padding: 10px; /* Add padding for better spacing */
border-radius: 5px; /* Add rounded corners for a nicer look */
}
.two{
padding-top: 10px;
font-size: 40px;
display: flex;
justify-content: center;
background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
color: white; /* White text color */
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Add text shadow for better readability */
padding: 10px; /* Add padding for better spacing */
border-radius: 5px; /* Add rounded corners for a nicer look */
}
.in{
background-image: linear-gradient(120deg,rgb(101, 24, 37),black);
width: 220px;
height: 30px;
color: white;
font-size: larger;
display: flex;
justify-content: center;
position: relative;
bottom: 4px;
}
.card1{
padding:40px 40px;
}
.gate{
padding-left: 700px;
position: relative;
bottom: 20px;
}
.cards{
display: flex;
gap:300px;
position: relative;
bottom:10px;
}
.bta{
font-size: 40px;
position: relative;
bottom: 10px;
right: 50px;
}
.btn{
padding-top: 10px;
}
.ek{
position: relative;
right: 250px;
padding: 15px 60px;
border-radius: 8px;
background-image: linear-gradient(120deg,rgb(101, 24, 37),black);
color: white;
font-size: larger;
font-weight: bolder;
cursor: pointer;
}
.do{
position: relative;
right: 55px;
padding: 15px 60px;
border-radius: 8px;
background-image: linear-gradient(120deg,rgb(101, 24, 37),black);
color: white;
font-size: larger;
font-weight: bolder;
cursor: pointer;
}
.card1:hover{
transform: scale(1.1);
cursor: pointer;
}