-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
95 lines (92 loc) · 2.05 KB
/
style.css
File metadata and controls
95 lines (92 loc) · 2.05 KB
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
*{
padding: 0;
margin:0;
box-sizing: border-box;
}
@font-face {
font-family: Rubik;
src: url(./fonts/static/Rubik-Regular.ttf);
}
@font-face {
font-family: lobster;
src: url(./fonts/lobster/Lobster-Regular.ttf);
}
.navbar-brand{
font-size: 2rem;
color: #000000;
font-family: lobster;
}
.navbar-brand:hover{
color: #000000;
}
.nav-link{
text-decoration: none;
margin: 0px 10px 0px;
color: black;
text-transform: uppercase;
font-family: Rubik;
}
.nav-link:hover{
color: #000000;
}
.search{
height: 40px;
width: 80%;
border-radius: 60px;
outline: none;
margin: 0px -35px 0px;
border: 2px solid #f81a5c;
font-family: Rubik;
}
.btn0{
height: 40px;
width: 40%;
outline: none;
border: none;
background-color: #f81a5c;
color: #fff;
border-radius: 60px ;
font-weight: 700;
}
/* 1st section started */
.main{
background: url(https://media.istockphoto.com/id/1256839732/photo/portrait-of-a-beautiful-girl-lying-on-background-with-apricots-on-long-hair-concept-summer.jpg?s=612x612&w=0&k=20&c=O_7QfZMKBqCckveQCuH0qRR5Yen_oPeQOgubP1MYRc0=);
background-size: cover;
height: 100vh;
width: 100%;
background-position: 50% 50%;
}
/* 1st section ended */
/* 2nd section started */
h1{
font-weight: 700;
}
/* 2nd section ended */
.btn1{
height: 40px;
width: 40%;
outline: none;
border: none;
background-color: #f81a5c;
color: #fff;
border-radius: 60px ;
font-weight: 700;
}
.btn1:hover{
background-color: #be1548;
transition: 1s;
}
.card:hover{
-webkit-box-shadow: 4px 34px 54px 13px rgba(66, 68, 90, 1);
-moz-box-shadow: 4px 34px 54px 13px rgba(66, 68, 90, 1);
box-shadow: 4px 34px 54px 13px rgba(66, 68, 90, 1);
}
.apple{
background : url(https://media.istockphoto.com/id/1179522008/photo/woman-with-fresh-vegetables-in-her-body-on-wood.jpg?s=612x612&w=0&k=20&c=NTezjbTN4oyBXf1ntZFl1e1jWRlkR28u7BybZGbHmns=)no-repeat;
background-size: cover;
height: 80vh;
width: 100%;
}
.apple h1{
font-family: lobster;
}