-
Notifications
You must be signed in to change notification settings - Fork 0
/
style (1).css
123 lines (114 loc) · 2.1 KB
/
style (1).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
*{
margin:0;
padding:0;
box-sizing: border-box;
}
.navbar-brand{
font-size: 2rem;
color:black;
font-family: Arial, Helvetica, sans-serif;
}
.navbar-brand:hover{
color:black;
}
.nav-link{
margin-right: 10px;
margin-top:10px;
color:black;
font-weight: 700;
font-family: 'Raleway', sans-serif;
text-transform: uppercase;
}
.nav-link:hover{
color:black;
}
.search{
height:40px;
width:80%;
border-radius:60px;
outline:none;
margin-right:-35px;
font-family: 'Raleway', sans-serif;
border:2px solid rgb(248,26,92)
}
.btn0{
height:40px;
width:40%;
outline:none;
border:none;
background: rgb(248,26,92);
color:white;
border-radius:60px;
font-weight: 700;
}
.main{
background:url(images/images/apples.jpg)no-repeat;
background-size:cover;
height:100vh;
background-position: 50% 50%;
width: 100%;
background-size:100%auto;
}
.main h1{
font-size:4rem;
font-weight:700;
}
.btn1{
height: 45px;
width:35%;
outline:none;
border:none;
background:rgb(248,26,92);
color:white;
border-radius: 60px;
font-weight:700;
}
.btn1:hover{
background-color:rgb(223,15,77);
transition:0.5s;
}
.imgd{
height:100%;
width: 100%;
}
h1{
font-weight:700;
}
.card:hover{
box-shadow: -2px -1px 25px -4px rgba(0,0,0,0.75);
-webkit-box-shadow: -2px -1px 25px -4px rgba(0,0,0,0.75);
-moz-box-shadow: -2px -1px 25px -4px rgba(0,0,0,0.75);
transition:0.5s;
}
.news{
background-color: black;
color:white;
}
.btn2{
height: 45px;
width:100px;
background:white;
margin-left: 2px solid white;
font-weight: 600;
}
.news input{
height: 45px;
width:55%;
border:2px solid white;
outline:none;
background:black;
color:white;
margin-top: 20px;
font-weight: 600;
}
.news::placeholder{
color:white;
}
.news p{
margin:0;
}
.fab{
font-size:2.5rem;
cursor:pointer;
padding-right: 5px;
}