-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProduct_Landing_CSS.css
More file actions
106 lines (103 loc) · 1.89 KB
/
Product_Landing_CSS.css
File metadata and controls
106 lines (103 loc) · 1.89 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
96
97
98
99
100
101
102
103
104
105
106
@import url('https://fonts.googleapis.com/css?family=Charm');
@import url('https://fonts.googleapis.com/css?family=Pacifico');
@import url('https://fonts.googleapis.com/css?family=Courgette');
body{
background-color: #EAD6D1;
}
.page-container{
position: relative;
}
#header {
position: fixed;
top: 0;
width: 100%;
display: flex;
align-items: center;
}
img:hover{
transform: scale(1.3);
transition: 1.7s;
}
#header-img{
height: 75px;
width: 75px;
}
#nav-bar {
background-color: #353735;
width: 100%;
padding: 3px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
label{
color: red;
}
.nav-link {
margin: 23px;
padding: 11px;
font-size: 25px;
color: rgb(51,51,51);
}
label:hover{
color:white;
}
.form-container{
margin-top: 125px;
}
#email{
margin-top: 15px;
text-align: center;
}
#submit{
margin-top: 15px;
text-align: center;
}
.erangel{
font-weight: 900;
margin: 20px 20px;
border-radius: 5px;
background-image: url(https://i.ytimg.com/vi/yJpW5gii2fE/maxresdefault.jpg);
background-blend-mode: lighten;
}
.miramir{
font-weight: 900;
margin: 20px 20px;
border-radius: 5px;
background-image: url(https://st1.bgr.in/wp-content/uploads/2018/04/PUBG-update.jpg);
@media (max-width: 720px) {
position: relative;
}
}
.sanhok{
font-weight: 900;
margin: 20px 20px;
border-radius: 5px;
background-image: url(https://image.redbull.com/rbcom/052/2018-06-14/9378e1e2-83cd-42e1-a37d-b9d640ee2f23/0012/0/0/113/1200/1913/1300/1/pubg-sanhok-temples.jpg);
}
img{
width: 100%;
height: 100%;
}
h1{
text-shadow: 2px 2px #F5E6E2;
text-align: center;
font-family: 'Charm', cursive;
}
p{
color: #1BF00D;
line-height: 3.2;
font-size: 15px;
font-family: 'Courgette', cursive;
}
.flex-container{
margin:50px 50px;
display: flex;
justify-content: center;
}
.flex-container > div{
padding: 20px;
background-color: #F6E4DF;
border-color: #D85C3A;
}